Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DXCOFFEmitter.cpp205 uint32_t SectionAddress = in writeSectionHeader() local
207 W.write<uint32_t>(SectionAddress); // Physical address in writeSectionHeader()
208 W.write<uint32_t>(SectionAddress); // Virtual address in writeSectionHeader()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp190 JITTargetAddress SectionAddress = S.getAddress(); in addRelocations() local
225 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
285 SectionAddress + (uint32_t)RI.r_address; in addRelocations()
H A DMachO_x86_64.cpp209 JITTargetAddress SectionAddress = S.getAddress(); in addRelocations() local
240 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address; in addRelocations()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp647 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7543 uint64_t SectionAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7544 Start -= SectionAddress; in DisassembleMachO()
7564 NextSym -= SectionAddress; in DisassembleMachO()