Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMachObjectWriter.cpp647 SectionAddress[Sec] = StartAddress; in computeSectionAddresses()
/netbsd-src/external/apache2/llvm/dist/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()