| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCSectionWasm.h | 40 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 D | PublicsStream.h | 44 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 53 FixedStreamArray<SectionOffset> SectionOffsets;
|
| H A D | RawTypes.h | 20 struct SectionOffset { struct
|
| /freebsd-12.1/contrib/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.h | 46 uint64_t SectionOffset, 53 uint64_t SectionOffset, const RuntimeFunction &RF);
|
| H A D | Win64EHDumper.cpp | 283 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 D | COFFDumper.cpp | 993 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 D | COFFDump.cpp | 539 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 D | Writer.cpp | 2234 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 D | DWARFVerifier.cpp | 480 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 D | Wasm.h | 115 uint32_t SectionOffset; member
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 116 uint32_t SectionOffset; member
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 388 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1130 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1666 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()
|