Home
last modified time | relevance | path

Searched refs:notifyObjectLoaded (Results 1 – 7 of 7) sorted by relevance

/external/llvm/tools/lli/
DRemoteJITUtils.h129 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
131 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded()
135 using RTDyldMemoryManager::notifyObjectLoaded;
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h34 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
46 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
DRuntimeDyld.h184 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h80 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/
DMCJIT.cpp635 MemMgr->notifyObjectLoaded(this, Obj); in NotifyObjectEmitted()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1046 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h183 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function