| /freebsd-12.1/contrib/llvm/tools/lli/ |
| H A D | RemoteJITUtils.h | 129 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function 131 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded() 135 using RTDyldMemoryManager::notifyObjectLoaded;
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/ |
| H A D | RTDyldMemoryManager.h | 36 using RuntimeDyld::MemoryManager::notifyObjectLoaded; 48 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
|
| H A D | JITEventListener.h | 59 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
|
| H A D | RuntimeDyld.h | 164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcMCJITReplacement.h | 109 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function 111 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded() 114 void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function 116 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded() 436 M.MemMgr->notifyObjectLoaded(&M, Obj); in operator()
|
| H A D | OrcCBindingsStack.h | 498 Listener->notifyObjectLoaded(Key, Obj, LoadedObjInfo); in notifyFinalized()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/ |
| H A D | OProfileJITEventListener.cpp | 53 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj, 81 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon6923ce330111::OProfileJITEventListener
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/ |
| H A D | GDBRegistrationListener.cpp | 102 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 150 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anond364debc0211::GDBJITRegistrationListener
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 122 notifyObjectLoaded(*Obj, *L); in addObjectFile() 229 notifyObjectLoaded(*LoadedObject.get(), *L); in generateCodeForModule() 651 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, in notifyObjectLoaded() function in MCJIT 656 MemMgr->notifyObjectLoaded(this, Obj); in notifyObjectLoaded() 658 EventListeners[I]->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
|
| H A D | MCJIT.h | 334 void notifyObjectLoaded(const object::ObjectFile &Obj,
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 60 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj, 99 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon0124bd200111::IntelJITEventListener
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 69 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 230 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anond7f513220111::PerfJITEventListener
|
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetClient.h | 165 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1267 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()
|