Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h389 uint64_t TableOffset; variable
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h365 ParsingState(struct LineTable *LT, uint64_t TableOffset,
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp610 if (OFS.seek(TableOffset) == (uint64_t)-1) in writeFuncOffsetTable()
753 TableOffset = OutputStream->tell(); in writeHeader()
H A DSampleProfReader.cpp1362 auto TableOffset = readUnencodedNumber<uint64_t>(); in readFuncOffsetTable() local
1363 if (std::error_code EC = TableOffset.getError()) in readFuncOffsetTable()
1369 *TableOffset; in readFuncOffsetTable()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp229 uint64_t TableOffset = Offset; in dumpAddrSection() local
236 Offset = TableOffset + *TableLength; in dumpAddrSection()
254 uint64_t TableOffset = Offset; in dumpRnglistsSection() local
262 Offset = TableOffset + Length; in dumpRnglistsSection()
H A DDWARFDebugLine.cpp540 struct LineTable *LT, uint64_t TableOffset, in ParsingState() argument
542 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) { in ParsingState()
/llvm-project-15.0.7/llvm/lib/Object/
H A DCOFFObjectFile.cpp1830 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); in getTableEntry() local
1831 return getTableEntryAtOffset(TableOffset + sizeof(Table) + in getTableEntry()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2518 uint64_t TableOffset = TableData - Obj.base(); in checkGNUHashTable() local
2520 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize(); in checkGNUHashTable()
2521 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 + in checkGNUHashTable()
2526 Twine::utohexstr(TableOffset) + in checkGNUHashTable()