| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 215 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 D | PublicsStream.h | 43 FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 52 FixedStreamArray<SectionOffset> SectionOffsets;
|
| H A D | RawTypes.h | 19 struct SectionOffset { struct
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
| H A D | wasm2yaml.cpp | 361 Seg.SectionOffset = Segment.SectionOffset; in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 118 uint32_t SectionOffset; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 120 uint32_t SectionOffset; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 457 IO.mapOptional("SectionOffset", Segment.SectionOffset); in mapping()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | DumpOutputStyle.cpp | 1774 for (const SectionOffset &SO : Publics.getSectionOffsets()) in dumpPublics()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 1440 Segment.SectionOffset = Ctx.Ptr - Ctx.Start; in parseDataSection()
|