LLDB mainline
|
Public Attributes | |
llvm::codeview::TypeIndex | FileNameIndex |
This could either be an index into the /names section (string table, LF_UDT_MOD_SRC_LINE) or, this could be an index into the IPI stream to a LF_STRING_ID record (LF_UDT_SRC_LINE). | |
bool | IsIpiIndex |
uint32_t | Line |
Definition at line 293 of file SymbolFileNativePDB.h.
llvm::codeview::TypeIndex lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::FileNameIndex |
This could either be an index into the /names section (string table, LF_UDT_MOD_SRC_LINE) or, this could be an index into the IPI stream to a LF_STRING_ID record (LF_UDT_SRC_LINE).
Definition at line 297 of file SymbolFileNativePDB.h.
bool lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::IsIpiIndex |
Definition at line 298 of file SymbolFileNativePDB.h.
uint32_t lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::Line |
Definition at line 300 of file SymbolFileNativePDB.h.