/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/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 148 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() function in __anon500fff290111::MockBaseLayer 267 T1.mapSectionAddress(H, Buffer, MockAddress); in TEST() 335 TransformLayer.mapSectionAddress(ObjSet, nullptr, 0); in TEST()
|
/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/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/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/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
|