/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.h | 65 void mapSectionAddress(VModuleKey K, const void *LocalAddress, 113 virtual void mapSectionAddress(const void *LocalAddress, 234 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 238 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress() 388 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress() function 391 LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
|
D | ObjectTransformLayer.h | 95 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress() function 97 BaseLayer.mapSectionAddress(K, LocalAddress, TargetAddr); in mapSectionAddress()
|
D | OrcRemoteTargetClient.h | 271 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr); in mapAllocsToRemoteAddrs()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 48 virtual void mapSectionAddress(const void *LocalAddress, 146 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 150 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress() 324 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() function 326 (*H)->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
|
D | ObjectTransformLayer.h | 85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() function 87 BaseLayer.mapSectionAddress(H, LocalAddress, TargetAddr); in mapSectionAddress()
|
D | OrcRemoteTargetClient.h | 191 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextCodeAddr); in notifyObjectLoaded() 203 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextRODataAddr); in notifyObjectLoaded() 216 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextRWDataAddr); in notifyObjectLoaded()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 135 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress() function in __anon72c0dc620111::MockBaseLayer 241 T1.mapSectionAddress(K1, Buffer, MockAddress); in TEST() 313 TransformLayer.mapSectionAddress(DummyKey, nullptr, 0); in TEST()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 148 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() function in __anon9106482a0111::MockBaseLayer 267 T1.mapSectionAddress(H, Buffer, MockAddress); in TEST() 335 TransformLayer.mapSectionAddress(ObjSet, nullptr, 0); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 166 void RTDyldObjectLinkingLayer2::mapSectionAddress( in mapSectionAddress() function in llvm::orc::RTDyldObjectLinkingLayer2 173 ActiveRTDyldItr->second->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
|
D | OrcMCJITReplacement.h | 339 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 343 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress); in mapSectionAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 281 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 283 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 281 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 283 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 205 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function 209 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress); in mapSectionAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 206 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
D | ExecutionEngine.h | 248 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 247 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
D | ExecutionEngine.h | 236 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl 1068 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld 1070 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
D | RuntimeDyldImpl.h | 472 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 530 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings() 610 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 525 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings() 605 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl 1214 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld 1216 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
|
D | RuntimeDyldImpl.h | 541 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 131 The client remaps the section address by calling MCJIT::mapSectionAddress. 135 When MCJIT::mapSectionAddress is called, MCJIT passes the call on to
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 131 The client remaps the section address by calling MCJIT::mapSectionAddress. 135 When MCJIT::mapSectionAddress is called, MCJIT passes the call on to
|