| /freebsd/contrib/llvm-project/llvm/tools/lli/ |
| H A D | ForwardingMemoryManager.h | 69 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function 71 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded() 75 using RTDyldMemoryManager::notifyObjectLoaded;
|
| /freebsd/contrib/llvm-project/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 | 57 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
|
| H A D | RuntimeDyld.h | 183 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
|
| /freebsd/contrib/llvm-project/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 __anon6843258e0111::OProfileJITEventListener
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
| H A D | GDBRegistrationListener.cpp | 120 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 164 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon15ad26370211::GDBJITRegistrationListener
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
| H A D | MCJIT.cpp | 123 notifyObjectLoaded(*Obj, *L); in addObjectFile() 229 notifyObjectLoaded(*LoadedObject.get(), *L); in generateCodeForModule() 653 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, in notifyObjectLoaded() function in MCJIT 658 MemMgr->notifyObjectLoaded(this, Obj); in notifyObjectLoaded() 660 EL->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
|
| H A D | MCJIT.h | 324 void notifyObjectLoaded(const object::ObjectFile &Obj,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 75 void notifyObjectLoaded(RuntimeDyld &Dyld,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| H A D | IntelJITEventListener.cpp | 143 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj, 193 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon0044147b0111::IntelJITEventListener
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
| H A D | PerfJITEventListener.cpp | 71 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 232 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon2110d7bd0111::PerfJITEventListener
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 188 void EPCGenericRTDyldMemoryManager::notifyObjectLoaded( in notifyObjectLoaded() function in llvm::orc::EPCGenericRTDyldMemoryManager
|
| H A D | RTDyldObjectLinkingLayer.cpp | 395 L->notifyObjectLoaded(pointerToJITTargetAddress(MemMgr.get()), *Obj, in onObjEmit()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 1384 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()
|