Searched defs:LocalAddress (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOAArch64.h | 37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local 156 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend() 360 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 491 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
|
| H A D | RuntimeDyldMachOARM.h | 66 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local 207 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 362 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
|
| H A D | RuntimeDyldMachOX86_64.h | 90 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 169 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
|
| H A D | RuntimeDyldMachOI386.h | 103 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 157 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ObjectTransformLayer.h | 95 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress()
|
| H A D | RTDyldObjectLinkingLayer.h | 270 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() 429 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.cpp | 70 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local 152 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
|
| H A D | RuntimeDyldELF.cpp | 704 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local 724 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local 818 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
| H A D | RuntimeDyld.cpp | 159 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() 1295 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
| H A D | RuntimeDyldChecker.cpp | 982 bool LocalAddress) { in getSectionAddr()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.h | 281 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | ExecutionEngine.h | 248 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 245 Address LocalAddress; variable
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcMCJITReplacement.h | 342 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|