Home
last modified time | relevance | path

Searched refs:SectionOffset (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h23 struct SectionOffset;
41 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
50 FixedStreamArray<SectionOffset> SectionOffsets;
H A DRawTypes.h19 struct SectionOffset { struct
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DOffloadBundle.cpp34 Error extractOffloadBundle(MemoryBufferRef Contents, uint64_t SectionOffset, in extractOffloadBundle() argument
50 OffloadBundleFatBin::create(*Buffer, SectionOffset + Offset, FileName); in extractOffloadBundle()
69 uint64_t SectionOffset) { in readEntries() argument
105 EntryOffset + SectionOffset, EntrySize, EntryIDSize, EntryID); in readEntries()
114 OffloadBundleFatBin::create(MemoryBufferRef Buf, uint64_t SectionOffset, in create() argument
126 Error Err = TheBundle->readEntries(Buf.getBuffer(), SectionOffset); in create()
167 uint64_t SectionOffset = 0; in extractOffloadBundleFatBinary() local
169 SectionOffset = ELFSectionRef(Sec).getOffset(); in extractOffloadBundleFatBinary()
189 if (Error Err = extractOffloadBundle(DecompressedInput, SectionOffset, in extractOffloadBundleFatBinary()
193 if (Error Err = extractOffloadBundle(Contents, SectionOffset, in extractOffloadBundleFatBinary()
H A DXCOFFObjectFile.cpp455 uint64_t SectionOffset = getSectionFileOffsetToRawData(DRI); in getSectionFileOffsetToRawData() local
458 uintptr_t SectionStart = reinterpret_cast<uintptr_t>(base() + SectionOffset); in getSectionFileOffsetToRawData()
488 Twine::utohexstr(SectionOffset) + " and size 0x" + in getSectionFileOffsetToRawData()
H A DCOFFObjectFile.cpp822 uint32_t SectionOffset) { in initDynamicRelocPtr() argument
834 Contents = Contents.drop_front(SectionOffset); in initDynamicRelocPtr()
838 Twine(SectionOffset) + ")"); in initDynamicRelocPtr()
H A DWasmObjectFile.cpp1781 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h34 uint64_t SectionOffset = 0; variable
78 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset()
79 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h45 uint64_t SectionOffset,
53 uint64_t SectionOffset, const RuntimeFunction &RF);
H A DWin64EHDumper.cpp382 uint64_t SectionOffset, in printRuntimeFunction() argument
385 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction()
389 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
H A DCOFFDumper.cpp1229 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local
1230 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()
1271 SectionOffset, LinkageName)) in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp719 uint64_t SectionOffset, in printRuntimeFunctionRels() argument
724 SectionOffset + in printRuntimeFunctionRels()
731 SectionOffset + in printRuntimeFunctionRels()
738 SectionOffset + in printRuntimeFunctionRels()
747 SectionOffset + in printRuntimeFunctionRels()
786 uint64_t SectionOffset = in printCOFFUnwindInfo() local
788 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h152 LVUnsigned SectionOffset, uint64_t LocDescOffset) {} in addObject() argument
176 void addObject(LVAddress LowPC, LVAddress HighPC, LVUnsigned SectionOffset,
H A DLVSymbol.h132 LVUnsigned SectionOffset, uint64_t LocDescOffset,
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DOffloadBundle.h93 create(MemoryBufferRef, uint64_t SectionOffset, StringRef FileName);
98 LLVM_ABI Error readEntries(StringRef Section, uint64_t SectionOffset);
H A DWasm.h123 uint32_t SectionOffset; member
H A DCOFF.h929 Error initDynamicRelocPtr(uint32_t SectionIndex, uint32_t SectionOffset);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation() argument
77 CurrentLocation->addObject(LowPC, HighPC, SectionOffset, LocDescOffset); in addLocation()
H A DLVLocation.cpp562 LVUnsigned SectionOffset, in addObject() argument
568 setOffset(LocDescOffset ? LocDescOffset : SectionOffset); in addObject()
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2752 struct SectionOffset { struct
2761 std::vector<SectionOffset> &sections, in checkOverlap()
2763 llvm::sort(sections, [=](const SectionOffset &a, const SectionOffset &b) { in checkOverlap()
2770 SectionOffset a = sections[i - 1]; in checkOverlap()
2771 SectionOffset b = sections[i]; in checkOverlap()
2808 std::vector<SectionOffset> fileOffs; in checkSections()
2826 std::vector<SectionOffset> vmas; in checkSections()
2835 std::vector<SectionOffset> lmas; in checkSections()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp708 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
715 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
720 " bounds: " + llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute()
728 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
729 if (*SectionOffset >= U->getLineSection().Data.size()) in verifyDebugInfoAttribute()
732 llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp683 size_t SectionOffset = Data.data() - SectionContents.data(); in traverseSymbolSection() local
684 size_t NextOffset = SectionOffset + SubSectionSize; in traverseSymbolSection()
718 SectionOffset, SymbolName)) in traverseSymbolSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h125 uint32_t SectionOffset; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp466 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp1116 return std::make_pair(Content, Segment.SectionOffset); in lookupAllocatableSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1679 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()