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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h110 SectionAddrMap SectionAddress; member in class:llvm::MachObjectWriter
149 SectionAddrMap &getSectionAddressMap() { return SectionAddress; }
152 return SectionAddress.lookup(Sec);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp195 JITTargetAddress SectionAddress = S.getAddress(); variable
208 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address;
266 SectionAddress + (uint32_t)RI.r_address;
H A DMachO_x86_64.cpp197 JITTargetAddress SectionAddress = S.getAddress(); variable
217 JITTargetAddress FixupAddress = SectionAddress + (uint32_t)RI.r_address;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp647 SectionAddress[Sec] = StartAddress;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7534 uint64_t SectionAddress = Sections[SectIdx].getAddress(); local
7535 Start -= SectionAddress;
7555 NextSym -= SectionAddress;

Completed in 230 milliseconds