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 99 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateFunction(), lldb_private::npdb::PdbIndex::FindSymbolsByVa(), and lldb_private::npdb::SymbolFileNativePDB::ParseLineTable().
SegmentOffset lldb_private::npdb::SegmentOffsetLength::so |
Definition at line 98 of file PdbUtil.h.
Referenced by lldb_private::npdb::SymbolFileNativePDB::CreateFunction(), lldb_private::npdb::PdbIndex::FindSymbolsByVa(), and lldb_private::npdb::SymbolFileNativePDB::ParseLineTable().