Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h22 struct SectionOffset;
40 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
49 FixedStreamArray<SectionOffset> SectionOffsets;
H A DRawTypes.h19 struct SectionOffset { struct
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCSectionWasm.h34 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 DWin64EHDumper.h45 uint64_t SectionOffset,
52 uint64_t SectionOffset, const RuntimeFunction &RF);
H A DWin64EHDumper.cpp360 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 DCOFFDumper.cpp1094 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 DCOFFDump.cpp691 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 DLVLocation.h156 LVUnsigned SectionOffset, uint64_t LocDescOffset) {} in addObject() argument
185 void addObject(LVAddress LowPC, LVAddress HighPC, LVUnsigned SectionOffset,
H A DLVSymbol.h132 LVUnsigned SectionOffset, uint64_t LocDescOffset,
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputChunks.h138 inputSectionOffset = segment.SectionOffset; in InputSegment()
176 inputSectionOffset = seg.SectionOffset; in MergeInputChunk()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp584 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 DWriter.cpp2699 struct SectionOffset { struct
2707 static void checkOverlap(StringRef name, std::vector<SectionOffset> &sections, 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 Dwasm2yaml.cpp370 Seg.SectionOffset = Segment.SectionOffset; in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DWasm.h116 uint32_t SectionOffset; member
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp440 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 DWasmObjectFile.cpp1534 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h124 uint32_t SectionOffset; member
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp460 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1679 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()