/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local 133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend() 307 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local
|
D | RuntimeDyldMachOARM.h | 38 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local 97 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 226 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
|
D | RuntimeDyldMachOX86_64.h | 76 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 157 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
|
D | RuntimeDyldMachOI386.h | 86 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 141 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 64 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) { in mapSectionAddress() 259 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
|
D | ObjectTransformLayer.h | 85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 142 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() 149 void expectMapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in expectMapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 67 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local 138 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
|
D | RuntimeDyld.cpp | 116 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() 961 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
D | RuntimeDyldELF.cpp | 911 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local 931 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local 1022 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
D | RuntimeDyldChecker.cpp | 933 bool LocalAddress) { in getSectionAddr()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 282 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.h | 228 Address LocalAddress; variable
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 237 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 198 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|