| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PublicsStream.h | 22 struct SectionOffset; 40 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 49 FixedStreamArray<SectionOffset> SectionOffsets;
|
| H A D | RawTypes.h | 19 struct SectionOffset { struct
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 34 uint64_t SectionOffset = 0; variable 75 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset() 76 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.h | 45 uint64_t SectionOffset, 52 uint64_t SectionOffset, const RuntimeFunction &RF);
|
| H A D | Win64EHDumper.cpp | 360 uint64_t SectionOffset, in printRuntimeFunction() argument 363 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction() 367 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|
| H A D | COFFDumper.cpp | 1094 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local 1095 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() 1136 SectionOffset, LinkageName)) in printCodeViewSymbolSection()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 691 uint64_t SectionOffset, in printRuntimeFunctionRels() argument 696 SectionOffset + in printRuntimeFunctionRels() 703 SectionOffset + in printRuntimeFunctionRels() 710 SectionOffset + in printRuntimeFunctionRels() 719 SectionOffset + in printRuntimeFunctionRels() 758 uint64_t SectionOffset = in printCOFFUnwindInfo() local 760 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVLocation.h | 156 LVUnsigned SectionOffset, uint64_t LocDescOffset) {} in addObject() argument 185 void addObject(LVAddress LowPC, LVAddress HighPC, LVUnsigned SectionOffset,
|
| H A D | LVSymbol.h | 132 LVUnsigned SectionOffset, uint64_t LocDescOffset,
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | InputChunks.h | 138 inputSectionOffset = segment.SectionOffset; in InputSegment() 176 inputSectionOffset = seg.SectionOffset; in MergeInputChunk()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 584 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local 591 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute() 595 " bounds: " + llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute() 602 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local 603 if (*SectionOffset >= U->getLineSection().Data.size()) in verifyDebugInfoAttribute() 605 llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute()
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | Writer.cpp | 2699 struct SectionOffset { struct 2707 static void checkOverlap(StringRef name, std::vector<SectionOffset> §ions, in checkOverlap() 2709 llvm::sort(sections, [=](const SectionOffset &a, const SectionOffset &b) { in checkOverlap() 2716 SectionOffset a = sections[i - 1]; in checkOverlap() 2717 SectionOffset b = sections[i]; in checkOverlap() 2753 std::vector<SectionOffset> fileOffs; in checkSections() 2771 std::vector<SectionOffset> vmas; in checkSections() 2780 std::vector<SectionOffset> lmas; in checkSections()
|
| /openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 370 Seg.SectionOffset = Segment.SectionOffset; in dump()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 116 uint32_t SectionOffset; member
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 440 uint64_t SectionOffset = getSectionFileOffsetToRawData(DRI); in getSectionFileOffsetToRawData() local 443 uintptr_t SectionStart = reinterpret_cast<uintptr_t>(base() + SectionOffset); in getSectionFileOffsetToRawData() 473 Twine::utohexstr(SectionOffset) + " and size 0x" + in getSectionFileOffsetToRawData()
|
| H A D | WasmObjectFile.cpp | 1534 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 124 uint32_t SectionOffset; member
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 460 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1679 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()
|