/freebsd-src/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() 74 // Don't hide the sibling notifyObjectLoaded from RTDyldMemoryManager. 75 using RTDyldMemoryManager::notifyObjectLoaded;
|
/freebsd-src/contrib/llvm-project/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 | 56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
|
H A D | RuntimeDyld.h | 182 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
|
/freebsd-src/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 __anon8bdf88600111::OProfileJITEventListener
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/ |
H A D | GDBRegistrationListener.cpp | 121 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 165 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon858c8bc90211::GDBJITRegistrationListener
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.cpp | 124 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 EL->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
|
H A D | MCJIT.h | 325 void notifyObjectLoaded(const object::ObjectFile &Obj,
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.h | 73 void notifyObjectLoaded(RuntimeDyld &Dyld,
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/ |
H A D | PerfJITEventListener.cpp | 67 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj, 229 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon76325e0f0111::PerfJITEventListener
|
/freebsd-src/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 __anon23e0774d0111::IntelJITEventListener
|
/freebsd-src/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 | 386 L->notifyObjectLoaded(pointerToJITTargetAddress(MemMgr.get()), *Obj, in onObjEmit()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1369 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()
|