Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp215 uint64_t SectionOffset = Section.getAddress() - PreferredBaseAddress; in dissassembleSymbol() local
220 : SectionOffset + SectSize; in dissassembleSymbol()
246 DisAsm->getInstruction(Inst, Size, Bytes.slice(Offset - SectionOffset), in dissassembleSymbol()
382 uint64_t SectionOffset = Section.getAddress() - ImageLoadAddr; in disassemble() local
388 TextSections.insert({SectionOffset, SectSize}); in disassemble()
393 outs() << " [" << format("0x%" PRIx64, SectionOffset) << ", " in disassemble()
394 << format("0x%" PRIx64, SectionOffset + SectSize) << "]:\n\n"; in disassemble()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPublicsStream.h43 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
52 FixedStreamArray<SectionOffset> SectionOffsets;
H A DRawTypes.h19 struct SectionOffset { struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.h45 uint64_t SectionOffset,
52 uint64_t SectionOffset, const RuntimeFunction &RF);
H A DWin64EHDumper.cpp321 uint64_t SectionOffset, in printRuntimeFunction() argument
324 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction()
328 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
H A DCOFFDumper.cpp1036 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local
1037 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection()
1078 SectionOffset, LinkageName)) in printCodeViewSymbolSection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp555 uint64_t SectionOffset, in printRuntimeFunctionRels() argument
560 SectionOffset + in printRuntimeFunctionRels()
567 SectionOffset + in printRuntimeFunctionRels()
574 SectionOffset + in printRuntimeFunctionRels()
583 SectionOffset + in printRuntimeFunctionRels()
622 uint64_t SectionOffset = in printCOFFUnwindInfo() local
624 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp478 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
483 if (*SectionOffset >= RangeSection.Data.size()) in verifyDebugInfoAttribute()
487 " bounds: " + llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute()
494 if (auto SectionOffset = AttrValue.Value.getAsSectionOffset()) { in verifyDebugInfoAttribute() local
495 if (*SectionOffset >= DObj.getLineSection().Data.size()) in verifyDebugInfoAttribute()
497 llvm::formatv("{0:x8}", *SectionOffset)); in verifyDebugInfoAttribute()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dwasm2yaml.cpp361 Seg.SectionOffset = Segment.SectionOffset; in dump()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWasm.h118 uint32_t SectionOffset; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h120 uint32_t SectionOffset; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp457 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1774 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp1440 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()