| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PublicsStream.h | 43 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 52 FixedStreamArray<SectionOffset> SectionOffsets;
|
| H A D | RawTypes.h | 19 struct SectionOffset { struct
|
| /freebsd-13.1/contrib/llvm-project/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 | 321 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 D | COFFDumper.cpp | 1036 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local 1037 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() 1078 SectionOffset, LinkageName)) in printCodeViewSymbolSection()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | COFFDump.cpp | 555 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 478 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()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 2741 struct SectionOffset { struct 2749 static void checkOverlap(StringRef name, std::vector<SectionOffset> §ions, in checkOverlap() 2751 llvm::sort(sections, [=](const SectionOffset &a, const SectionOffset &b) { in checkOverlap() 2758 SectionOffset a = sections[i - 1]; in checkOverlap() 2759 SectionOffset b = sections[i]; in checkOverlap() 2795 std::vector<SectionOffset> fileOffs; in checkSections() 2813 std::vector<SectionOffset> vmas; in checkSections() 2822 std::vector<SectionOffset> lmas; in checkSections()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 118 uint32_t SectionOffset; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 120 uint32_t SectionOffset; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 457 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1774 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1441 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
|