|
LLDB mainline
|
#include <PdbUtil.h>
Public Member Functions | |
| SegmentOffsetLength ()=default | |
| SegmentOffsetLength (uint16_t s, uint32_t o, uint32_t l) | |
Public Attributes | |
| SegmentOffset | so |
| uint32_t | length = 0 |
|
default |
|
inline |
| uint32_t lldb_private::npdb::SegmentOffsetLength::length = 0 |
Definition at line 109 of file PdbUtil.h.
Referenced by lldb_private::npdb::PdbIndex::FindSymbolsByVa(), and SegmentOffsetLength().
| SegmentOffset lldb_private::npdb::SegmentOffsetLength::so |
Definition at line 108 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateFunction(), lldb_private::npdb::PdbIndex::FindSymbolsByVa(), lldb_private::npdb::SymbolFileNativePDB::ParseLineTable(), and SegmentOffsetLength().