LLDB mainline
lldb_private::npdb::SegmentOffset Struct Reference

#include <PdbUtil.h>

Public Member Functions

 SegmentOffset ()=default
 SegmentOffset (uint16_t s, uint32_t o)

Public Attributes

uint16_t segment = 0
uint32_t offset = 0

Detailed Description

Definition at line 97 of file PdbUtil.h.

Constructor & Destructor Documentation

◆ SegmentOffset() [1/2]

lldb_private::npdb::SegmentOffset::SegmentOffset ( )
default

◆ SegmentOffset() [2/2]

lldb_private::npdb::SegmentOffset::SegmentOffset ( uint16_t s,
uint32_t o )
inline

Definition at line 99 of file PdbUtil.h.

References offset, and segment.

Member Data Documentation

◆ offset

◆ segment


The documentation for this struct was generated from the following file: