Home
last modified time | relevance | path

Searched refs:SecOffset (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp59 uint64_t SecOffset = 0; in computeSizeAndOffsets() local
72 TheU->setDebugSectionOffset(SecOffset); in computeSizeAndOffsets()
73 SecOffset += computeSizeAndOffsetsForUnit(TheU.get()); in computeSizeAndOffsets()
75 if (SecOffset > UINT32_MAX && !Asm->isDwarf64()) in computeSizeAndOffsets()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp245 size_t SecOffset = 0; in finalizeMemory() local
247 SecOffset = alignTo(SecOffset, SecAlloc.Align); in finalizeMemory()
248 memcpy(&AggregateContents[I][SecOffset], in finalizeMemory()
252 SecOffset += SecAlloc.Size; in finalizeMemory()
256 Seg.Content = {AggregateContents[I].get(), SecOffset}; in finalizeMemory()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h30 uint64_t SecOffset; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugPubTable.cpp107 OS << format("0x%0*" PRIx64 " ", OffsetDumpWidth, E.SecOffset); in dump()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2583 const uint64_t SecOffset = (const uint8_t *)H - Obj.base(); in checkHashTable() local
2590 return createError("the hash table at 0x" + Twine::utohexstr(SecOffset) + in checkHashTable()
2598 Twine::utohexstr(SecOffset) + in checkHashTable()
2607 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()
2609 if (Obj.getBufSize() - SecOffset < HeaderSize) in checkHashTable()
2612 if (Obj.getBufSize() - SecOffset - HeaderSize < in checkHashTable()