| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PublicsStream.h | 23 struct SectionOffset; 41 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 50 FixedStreamArray<SectionOffset> SectionOffsets;
|
| H A D | RawTypes.h | 19 struct SectionOffset { struct
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | OffloadBundle.cpp | 34 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 D | XCOFFObjectFile.cpp | 455 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 D | COFFObjectFile.cpp | 822 uint32_t SectionOffset) { in initDynamicRelocPtr() argument 834 Contents = Contents.drop_front(SectionOffset); in initDynamicRelocPtr() 838 Twine(SectionOffset) + ")"); in initDynamicRelocPtr()
|
| H A D | WasmObjectFile.cpp | 1781 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 34 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 D | Win64EHDumper.h | 45 uint64_t SectionOffset, 53 uint64_t SectionOffset, const RuntimeFunction &RF);
|
| H A D | Win64EHDumper.cpp | 382 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 D | COFFDumper.cpp | 1229 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 D | COFFDump.cpp | 719 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 D | LVLocation.h | 152 LVUnsigned SectionOffset, uint64_t LocDescOffset) {} in addObject() argument 176 void addObject(LVAddress LowPC, LVAddress HighPC, LVUnsigned SectionOffset,
|
| H A D | LVSymbol.h | 132 LVUnsigned SectionOffset, uint64_t LocDescOffset,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | OffloadBundle.h | 93 create(MemoryBufferRef, uint64_t SectionOffset, StringRef FileName); 98 LLVM_ABI Error readEntries(StringRef Section, uint64_t SectionOffset);
|
| H A D | Wasm.h | 123 uint32_t SectionOffset; member
|
| H A D | COFF.h | 929 Error initDynamicRelocPtr(uint32_t SectionIndex, uint32_t SectionOffset);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVSymbol.cpp | 66 LVAddress HighPC, LVUnsigned SectionOffset, in addLocation() argument 77 CurrentLocation->addObject(LowPC, HighPC, SectionOffset, LocDescOffset); in addLocation()
|
| H A D | LVLocation.cpp | 562 LVUnsigned SectionOffset, in addObject() argument 568 setOffset(LocDescOffset ? LocDescOffset : SectionOffset); in addObject()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 2752 struct SectionOffset { struct 2761 std::vector<SectionOffset> §ions, 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 D | DWARFVerifier.cpp | 708 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 D | LVCodeViewReader.cpp | 683 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 D | WasmYAML.h | 125 uint32_t SectionOffset; member
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 466 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 1116 return std::make_pair(Content, Segment.SectionOffset); in lookupAllocatableSection()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1679 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()
|