Searched refs:notifyObjectLoaded (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h34 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
47 virtual void notifyObjectLoaded(ExecutionEngine *EE, function in class:llvm::MCJITMemoryManager
H A DJITEventListener.h49 /// notifyObjectLoaded - Called after an object has had its sections allocated
58 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, function in class:llvm::JITEventListener
H A DRuntimeDyld.h163 /// MCJITMemoryManager::notifyObjectLoaded as this method is compatible with
165 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, function in class:llvm::RuntimeDyld::MemoryManager
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h128 void notifyObjectLoaded(RuntimeDyld &RTDyld,
130 MemMgr->notifyObjectLoaded(RTDyld, Obj);
133 // Don't hide the sibling notifyObjectLoaded from RTDyldMemoryManager.
134 using RTDyldMemoryManager::notifyObjectLoaded;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp101 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
149 void GDBJITRegistrationListener::notifyObjectLoaded( function in class:__anon3645::GDBJITRegistrationListener
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
80 void OProfileJITEventListener::notifyObjectLoaded( function in class:__anon3658::OProfileJITEventListener
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp59 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
98 void IntelJITEventListener::notifyObjectLoaded( function in class:__anon3646::IntelJITEventListener
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp123 notifyObjectLoaded(*Obj, *L);
230 notifyObjectLoaded(*LoadedObject.get(), *L);
656 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, function in class:MCJIT
661 MemMgr->notifyObjectLoaded(this, Obj);
663 EventListeners[I]->notifyObjectLoaded(Key, Obj, L);
H A DMCJIT.h63 // RemoteMemoryManager in response to the notifyObjectLoaded function being
332 void notifyObjectLoaded(const object::ObjectFile &Obj,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h108 void notifyObjectLoaded(RuntimeDyld &RTDyld,
110 return ClientMM->notifyObjectLoaded(RTDyld, O);
113 void notifyObjectLoaded(ExecutionEngine *EE,
115 return ClientMM->notifyObjectLoaded(EE, O);
433 M.MemMgr->notifyObjectLoaded(&M, Obj);
H A DRTDyldObjectLinkingLayer.cpp312 L->notifyObjectLoaded(
H A DOrcCBindingsStack.h499 Listener->notifyObjectLoaded(Key, Obj, LoadedObjInfo);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp68 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
230 void PerfJITEventListener::notifyObjectLoaded( function in class:__anon3670::PerfJITEventListener
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h164 void notifyObjectLoaded(RuntimeDyld &Dyld,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1349 MemMgr.notifyObjectLoaded(*this, Obj);

Completed in 247 milliseconds