Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h114 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
/minix/external/bsd/llvm/dist/llvm/tools/lli/
H A DRemoteMemoryManager.h83 void notifyObjectLoaded(ExecutionEngine *EE,
H A DRemoteMemoryManager.cpp79 void RemoteMemoryManager::notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function in RemoteMemoryManager
/minix/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h60 void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
62 ClientMM->notifyObjectLoaded(EE, Obj); in notifyObjectLoaded()
H A DMCJIT.cpp571 MemMgr.notifyObjectLoaded(this, Obj); in NotifyObjectEmitted()