Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h77 void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
79 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded()
293 M.MemMgr.notifyObjectLoaded(&M, *Objects[I]); in operator()
/external/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h43 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
/external/llvm/tools/lli/
DRemoteMemoryManager.h83 void notifyObjectLoaded(ExecutionEngine *EE,
DRemoteMemoryManager.cpp80 void RemoteMemoryManager::notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function in RemoteMemoryManager
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp620 MemMgr->notifyObjectLoaded(this, Obj); in NotifyObjectEmitted()