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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h43 FixedStreamArray<SectionOffset> getSectionOffsets() const {
52 FixedStreamArray<SectionOffset> SectionOffsets;
H A DRawTypes.h19 struct SectionOffset { struct in namespace:llvm::pdb
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h34 uint64_t SectionOffset = 0; member in class:llvm::final
70 uint64_t getSectionOffset() const { return SectionOffset; }
71 void setSectionOffset(uint64_t Offset) { SectionOffset = Offset; }
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h45 uint64_t SectionOffset,
52 uint64_t SectionOffset, const RuntimeFunction &RF);
H A DWin64EHDumper.cpp322 uint64_t SectionOffset,
325 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF);
329 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset);
320 printRuntimeFunction(const Context &Ctx, const coff_section *Section, uint64_t SectionOffset, const RuntimeFunction &RF) argument
H A DCOFFDumper.cpp1016 size_t SectionOffset = Data.data() - SectionContents.data(); local
1017 size_t NextOffset = SectionOffset + SubSectionSize;
1058 SectionOffset, LinkageName))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp556 uint64_t SectionOffset,
561 SectionOffset + local
568 SectionOffset + local
575 SectionOffset + local
584 SectionOffset +
623 uint64_t SectionOffset = local
625 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels);
554 printRuntimeFunctionRels(const COFFObjectFile *Obj, const RuntimeFunction &RF, uint64_t SectionOffset, const std::vector<RelocationRef> &Rels) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp469 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) {
474 if (*SectionOffset >= RangeSection.Data.size())
478 " bounds: " + llvm::formatv("{0:x8}", *SectionOffset));
485 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) {
486 if (*SectionOffset >= DObj.getLineSection().Data.size())
488 llvm::formatv("{0:x8}", *SectionOffset));
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2644 struct SectionOffset { struct in namespace:__anon2709
2652 static void checkOverlap(StringRef name, std::vector<SectionOffset> &sections,
2654 llvm::sort(sections, [=](const SectionOffset &a, const SectionOffset &b) {
2661 SectionOffset a = sections[i - 1];
2662 SectionOffset b = sections[i];
2698 std::vector<SectionOffset> fileOffs;
2716 std::vector<SectionOffset> vmas;
2725 std::vector<SectionOffset> lmas;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWasm.h113 uint32_t SectionOffset; member in struct:llvm::object::WasmSegment
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h117 uint32_t SectionOffset; member in struct:llvm::WasmYAML::DataSegment
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp446 IO.mapOptional("SectionOffset", Segment.SectionOffset);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1276 Segment.SectionOffset = Ctx.Ptr - Ctx.Start;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1778 for (const SectionOffset &SO : Publics.getSectionOffsets())

Completed in 144 milliseconds