Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCSectionWasm.h40 uint64_t SectionOffset = 0; variable
77 uint64_t getSectionOffset() const { return SectionOffset; } in getSectionOffset()
78 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; } in setSectionOffset()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h44 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
53 FixedStreamArray<SectionOffset> SectionOffsets;
H A DRawTypes.h20 struct SectionOffset { struct
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h46 uint64_t SectionOffset,
53 uint64_t SectionOffset, const RuntimeFunction &RF);
H A DWin64EHDumper.cpp283 uint64_t SectionOffset, in printRuntimeFunction() argument
286 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction()
290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
H A DCOFFDumper.cpp993 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local
994 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()
1032 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp539 uint64_t SectionOffset, in printRuntimeFunctionRels() argument
544 SectionOffset + in printRuntimeFunctionRels()
551 SectionOffset + in printRuntimeFunctionRels()
558 SectionOffset + in printRuntimeFunctionRels()
566 Obj, Rels, SectionOffset + in printRuntimeFunctionRels()
604 uint64_t SectionOffset = in printCOFFUnwindInfo() local
606 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp2234 struct SectionOffset { struct
2242 static void checkOverlap(StringRef Name, std::vector<SectionOffset> &Sections, in checkOverlap()
2244 llvm::sort(Sections, [=](const SectionOffset &A, const SectionOffset &B) { in checkOverlap()
2251 SectionOffset A = Sections[I - 1]; in checkOverlap()
2252 SectionOffset B = Sections[I]; in checkOverlap()
2288 std::vector<SectionOffset> FileOffs; in checkSections()
2306 std::vector<SectionOffset> VMAs; in checkSections()
2315 std::vector<SectionOffset> LMAs; in checkSections()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp480 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
481 if (*SectionOffset >= DObj.getRangeSection().Data.size()) in verifyDebugInfoAttribute()
489 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
490 if (*SectionOffset >= DObj.getLineSection().Data.size()) in verifyDebugInfoAttribute()
492 llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DWasm.h115 uint32_t SectionOffset; member
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h116 uint32_t SectionOffset; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp388 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DWasmObjectFile.cpp1130 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1666 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()