Searched refs:notifyObjectLoaded (Results 1 – 7 of 7) sorted by relevance
/external/llvm/tools/lli/ |
D | RemoteJITUtils.h | 129 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function 131 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded() 135 using RTDyldMemoryManager::notifyObjectLoaded;
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 34 using RuntimeDyld::MemoryManager::notifyObjectLoaded; 46 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
|
D | RuntimeDyld.h | 184 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 80 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function 82 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded() 85 void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function 87 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded() 304 M.MemMgr.notifyObjectLoaded(&M, getObject(*Objects[I])); in operator()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 635 MemMgr->notifyObjectLoaded(this, Obj); in NotifyObjectEmitted()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 1046 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetClient.h | 183 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function
|