Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/lli/
H A DForwardingMemoryManager.h69 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
71 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded()
75 using RTDyldMemoryManager::notifyObjectLoaded;
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
H A DJITEventListener.h56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
H A DRuntimeDyld.h183 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
80 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anonaa1574be0111::OProfileJITEventListener
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp121 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
165 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon1f2f07670211::GDBJITRegistrationListener
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp124 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 DMCJIT.h325 void notifyObjectLoaded(const object::ObjectFile &Obj,
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h74 void notifyObjectLoaded(RuntimeDyld &Dyld,
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp67 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
229 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anonaaa59aed0111::PerfJITEventListener
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp143 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
193 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon421663ab0111::IntelJITEventListener
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp187 void EPCGenericRTDyldMemoryManager::notifyObjectLoaded( in notifyObjectLoaded() function in llvm::orc::EPCGenericRTDyldMemoryManager
H A DRTDyldObjectLinkingLayer.cpp300 L->notifyObjectLoaded(pointerToJITTargetAddress(MemMgr.get()), *Obj, in onObjEmit()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1374 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()