Home
last modified time | relevance | path

Searched refs:mapSectionAddress (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h65 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()
DObjectTransformLayer.h95 void mapSectionAddress(VModuleKey K, const void *LocalAddress, in mapSectionAddress() function
97 BaseLayer.mapSectionAddress(K, LocalAddress, TargetAddr); in mapSectionAddress()
DOrcRemoteTargetClient.h271 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr); in mapAllocsToRemoteAddrs()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h48 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()
DObjectTransformLayer.h85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() function
87 BaseLayer.mapSectionAddress(H, LocalAddress, TargetAddr); in mapSectionAddress()
DOrcRemoteTargetClient.h191 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/
DObjectTransformLayerTest.cpp135 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/
DObjectTransformLayerTest.cpp148 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/
DRTDyldObjectLinkingLayer.cpp166 void RTDyldObjectLinkingLayer2::mapSectionAddress( in mapSectionAddress() function in llvm::orc::RTDyldObjectLinkingLayer2
173 ActiveRTDyldItr->second->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
DOrcMCJITReplacement.h339 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/
DMCJIT.h281 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
283 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h281 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
283 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h205 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/
DRuntimeDyld.h206 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
DExecutionEngine.h248 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h247 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
DExecutionEngine.h236 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp152 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()
DRuntimeDyldImpl.h472 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp530 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()
610 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp525 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/
DRuntimeDyld.cpp152 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()
DRuntimeDyldImpl.h541 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/external/llvm/docs/
DMCJITDesignAndImplementation.rst131 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/
DMCJITDesignAndImplementation.rst131 The client remaps the section address by calling MCJIT::mapSectionAddress.
135 When MCJIT::mapSectionAddress is called, MCJIT passes the call on to