Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h111 SectionAddrMap SectionAddress; variable
153 SectionAddrMap &getSectionAddressMap() { return SectionAddress; } in getSectionAddressMap()
156 return SectionAddress.lookup(Sec); in getSectionAddress()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp239 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
279 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
340 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
H A DMachO_x86_64.cpp230 orc::ExecutorAddr SectionAddress(S.getAddress()); in addRelocations() local
265 auto FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp390 uint64_t SectionAddress = (*SectionOrErr).first; in createInstructions() local
406 uint64_t Offset = Address - SectionAddress; in createInstructions()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp646 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7420 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7421 Start -= SectionAddress; in DisassembleMachO()
7441 NextSym -= SectionAddress; in DisassembleMachO()