Home
last modified time | relevance | path

Searched refs:TableOffset (Results 1 – 13 of 13) sorted by relevance

/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h265 uint32_t TableOffset = Offset - StringTableOffset; in getName() local
266 return StringTable.slice(TableOffset, StringTable.find('\0', TableOffset)); in getName()
/llvm-project/llvm/test/DebugInfo/COFF/
H A Djump-table.ll127 ; CV-NEXT: TableOffset: 0x0
138 ; CV-NEXT: TableOffset: 0x10
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h376 ParsingState(struct LineTable *LT, uint64_t TableOffset,
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp907 uint64_t TableOffset = Offset; in dumpAddrSection()
914 Offset = TableOffset + *TableLength; in dumpAddrSection()
932 uint64_t TableOffset = Offset; in dumpRnglistsSection()
940 Offset = TableOffset + Length; in dumpRnglistsSection()
909 uint64_t TableOffset = Offset; dumpAddrSection() local
934 uint64_t TableOffset = Offset; dumpRnglistsSection() local
H A DDWARFDebugLine.cpp562 struct LineTable *LT, uint64_t TableOffset, in ParsingState()
564 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState()
563 ParsingState(struct LineTable * LT,uint64_t TableOffset,function_ref<void (Error)> ErrorHandler) ParsingState() argument
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp492 error(IO.mapInteger(JumpTable.TableOffset)); in visitKnownRecord()
H A DSymbolDumper.cpp668 W.printHex("TableOffset", JumpTable.TableOffset); in visitKnownRecord()
/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp2281 ptrdiff_t TableOffset = TablePtr - BBS.data().data();
2282 return getTableEntryAtOffset(TableOffset + sizeof(Table) +
1870 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); getTableEntry() local
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp602 IO.mapRequired("TableOffset", Symbol.TableOffset); in map()
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h159 uint32_t TableOffset = 0; variable
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp954 formatSegmentOffset(JumpTable.TableSegment, JumpTable.TableOffset), in visitKnownRecord()
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2640 uint64_t TableOffset = TableData - Obj.base(); in printHashTable()
2642 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in printHashTable()
2643 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in printHashTable()
2648 Twine::utohexstr(TableOffset) + in printHashTable()
2627 uint64_t TableOffset = TableData - Obj.base(); checkGNUHashTable() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1691 W.printHex("TableOffset", JumpTable.TableOffset); in visitKnownRecord()