/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/ |
H A D | RemoteJITUtils.h | 81 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function 83 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded() 87 using RTDyldMemoryManager::notifyObjectLoaded;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/ |
H A D | RTDyldMemoryManager.h | 35 using RuntimeDyld::MemoryManager::notifyObjectLoaded; 47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
|
H A D | JITEventListener.h | 57 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
|
H A D | RuntimeDyld.h | 169 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileJITEventListener.cpp | 52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj, 80 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon192bf7590111::OProfileJITEventListener
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | GDBRegistrationListener.cpp | 108 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 156 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon11e732220211::GDBJITRegistrationListener
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 123 notifyObjectLoaded(*Obj, *L); in addObjectFile() 230 notifyObjectLoaded(*LoadedObject.get(), *L); in generateCodeForModule() 656 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, in notifyObjectLoaded() function in MCJIT 661 MemMgr->notifyObjectLoaded(this, Obj); in notifyObjectLoaded() 663 EventListeners[I]->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
|
H A D | MCJIT.h | 332 void notifyObjectLoaded(const object::ObjectFile &Obj,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 142 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj, 192 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anonb12ce6460111::IntelJITEventListener
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 68 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 230 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon2974bac80111::PerfJITEventListener
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.cpp | 300 L->notifyObjectLoaded(pointerToJITTargetAddress(MemMgr.get()), *Obj, in onObjEmit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetClient.h | 165 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1343 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()
|