| /llvm-project/llvm/include/llvm/Object/ |
| H A D | DXContainer.h | 265 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 D | jump-table.ll | 127 ; CV-NEXT: TableOffset: 0x0 138 ; CV-NEXT: TableOffset: 0x10
|
| /llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 376 ParsingState(struct LineTable *LT, uint64_t TableOffset,
|
| /llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 907 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 D | DWARFDebugLine.cpp | 562 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 D | SymbolRecordMapping.cpp | 492 error(IO.mapInteger(JumpTable.TableOffset)); in visitKnownRecord()
|
| H A D | SymbolDumper.cpp | 668 W.printHex("TableOffset", JumpTable.TableOffset); in visitKnownRecord()
|
| /llvm-project/llvm/lib/Object/ |
| H A D | COFFObjectFile.cpp | 2281 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 D | CodeViewYAMLSymbols.cpp | 602 IO.mapRequired("TableOffset", Symbol.TableOffset); in map()
|
| /llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | SymbolRecord.h | 159 uint32_t TableOffset = 0; variable
|
| /llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 954 formatSegmentOffset(JumpTable.TableSegment, JumpTable.TableOffset), in visitKnownRecord()
|
| /llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 2640 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 D | LVCodeViewVisitor.cpp | 1691 W.printHex("TableOffset", JumpTable.TableOffset); in visitKnownRecord()
|