Home
last modified time | relevance | path

Searched refs:SectionAddress (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h111 SectionAddrMap SectionAddress; variable
152 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
155 return SectionAddress.lookup(Sec); in getSectionAddress()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinarySection.cpp121 const uint64_t SectionAddress = getAddress(); in flushPendingRelocations() local
132 << " address: 0x" << Twine::utohexstr(SectionAddress) << '\n' in flushPendingRelocations()
145 SectionAddress + Reloc.Offset); in flushPendingRelocations()
156 << Twine::utohexstr(SectionAddress + Reloc.Offset) in flushPendingRelocations()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp218 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
258 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
319 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
H A DMachO_x86_64.cpp209 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
244 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1286 const uint64_t SectionAddress = Section.getAddress(); in disassemblePLTSectionAArch64() local
1294 const uint64_t InstrAddr = SectionAddress + InstrOffset; in disassemblePLTSectionAArch64()
1347 const uint64_t SectionAddress = Section.getAddress(); in disassemblePLTSectionX86() local
2057 const uint64_t EntryAddress = SectionAddress + I; in processLKExTable()
2111 const uint64_t PC = SectionAddress + I; in processLKPCIFixup()
2144 const uint64_t EntryAddress = SectionAddress + I; in processLKKSymtab()
2176 const uint64_t EntryAddress = SectionAddress + I; in processLKBugTable()
2203 const uint64_t EntryAddress = SectionAddress + I; in processLKSMPLocks()
4947 SectionAddress = in patchELFAllocatableRelaSections()
4948 SectionAddress == 0 ? Section.getAddress() : SectionAddress; in patchELFAllocatableRelaSections()
[all …]
H A DDWARFRewriter.cpp523 Optional<object::SectionedAddress> SectionAddress = in updateUnitDebugInfo() local
526 if (SectionAddress) in updateUnitDebugInfo()
527 BaseAddress = SectionAddress->Address; in updateUnitDebugInfo()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp447 uint64_t SectionAddress = in writeSectionHeader() local
450 W.write<uint64_t>(SectionAddress); // Physical address in writeSectionHeader()
451 W.write<uint64_t>(SectionAddress); // Virtual address in writeSectionHeader()
466 W.write<uint32_t>(SectionAddress); // Physical address in writeSectionHeader()
467 W.write<uint32_t>(SectionAddress); // Virtual address in writeSectionHeader()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMachObjectWriter.cpp649 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp7566 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7567 Start -= SectionAddress; in DisassembleMachO()
7587 NextSym -= SectionAddress; in DisassembleMachO()