Home
last modified time | relevance | path

Searched refs:SecOffset (Results 1 – 6 of 6) 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/lld/ELF/
H A DMarkLive.cpp45 using SecOffset = std::pair<InputSectionBase *, unsigned>; typedef
48 using LiveItem = std::variant<InputSectionBase *, Symbol *, SecOffset>;
125 reason = {SecOffset(&sec, rel.r_offset), "referenced by"}; in resolveReloc()
305 if (std::holds_alternative<SecOffset>(*reason.item)) { in printWhyLive()
306 const auto &so = std::get<SecOffset>(*reason.item); in printWhyLive()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h31 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.cpp2640 const uint64_t SecOffset = (const uint8_t *)H - Obj.base(); in checkHashTable() local
2647 return createError("the hash table at 0x" + Twine::utohexstr(SecOffset) + in checkHashTable()
2655 Twine::utohexstr(SecOffset) + in checkHashTable()
2664 *IsHeaderValid = Obj.getBufSize() - SecOffset >= HeaderSize; in checkHashTable()
2666 if (Obj.getBufSize() - SecOffset < HeaderSize) in checkHashTable()
2669 if (Obj.getBufSize() - SecOffset - HeaderSize < in checkHashTable()