Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h64 void mapSectionAddress(const void *LocalAddress, TargetAddress TargetAddr) { in mapSectionAddress() function
67 RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
259 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() function
261 (*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()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp142 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() function in __anonad3d606f0111::MockBaseLayer
260 T1.mapSectionAddress(H, Buffer, MockAddress); in TEST()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h282 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
284 Dyld.mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h198 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
202 ObjectLayer.mapSectionAddress(P.first, LocalAddress, TargetAddress); in mapSectionAddress()
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h217 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
DExecutionEngine.h237 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function
/external/llvm/tools/lli/
DRemoteMemoryManager.cpp140 EE->mapSectionAddress(const_cast<void*>(Offsets[i].first.MB.base()), Addr); in notifyObjectLoaded()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp116 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyldImpl
961 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() function in llvm::RuntimeDyld
963 Dyld->mapSectionAddress(LocalAddress, TargetAddress); in mapSectionAddress()
DRuntimeDyldImpl.h480 void mapSectionAddress(const void *LocalAddress, uint64_t TargetAddress);
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp496 Checker.getRTDyld().mapSectionAddress(OldAddr, NewAddr); in applySpecificSectionMappings()
576 Checker.getRTDyld().mapSectionAddress(CurEntry.first, NextSectionAddr); in remapSectionsAndSymbols()
/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