|
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 317 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 321 of file SymbolFileNativePDB.h.
| bool lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::IsIpiIndex |
Definition at line 322 of file SymbolFileNativePDB.h.
| uint32_t lldb_private::npdb::SymbolFileNativePDB::UdtDeclaration::Line |
Definition at line 324 of file SymbolFileNativePDB.h.