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

/openbsd-current/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h389 uint64_t TableOffset; member in class:llvm::sampleprof::SampleProfileWriterCompactBinary
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h369 ParsingState(struct LineTable *LT, uint64_t TableOffset,
/openbsd-current/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp607 // Fill the slot remembered by TableOffset with the offset of FuncOffsetTable.
610 if (OFS.seek(TableOffset) == (uint64_t)-1)
753 TableOffset = OutputStream->tell();
H A DSampleProfReader.cpp1436 auto TableOffset = readUnencodedNumber<uint64_t>();
1437 if (std::error_code EC = TableOffset.getError())
1443 *TableOffset;
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp228 uint64_t TableOffset = Offset; local
235 Offset = TableOffset + *TableLength;
253 uint64_t TableOffset = Offset; local
261 Offset = TableOffset + Length;
H A DDWARFDebugLine.cpp540 struct LineTable *LT, uint64_t TableOffset,
542 : LineTable(LT), LineTableOffset(TableOffset), ErrorHandler(ErrorHandler) {
539 ParsingState( struct LineTable *LT, uint64_t TableOffset, function_ref<void(Error)> ErrorHandler) argument
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DCOFFObjectFile.cpp1834 ptrdiff_t TableOffset = TablePtr - BBS.data().data(); local
1835 return getTableEntryAtOffset(TableOffset + sizeof(Table) +
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2523 uint64_t TableOffset = TableData - Obj.base(); local
2525 *IsHeaderValid = TableOffset + /*Header size:*/ 16 < Obj.getBufSize();
2526 if (TableOffset + 16 + (uint64_t)GnuHashTable->nbuckets * 4 +
2531 Twine::utohexstr(TableOffset) +

Completed in 333 milliseconds