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

/freebsd-11-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-11-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-11-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:__anon1879::OProfileJITEventListener
/freebsd-11-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:__anon1871::GDBJITRegistrationListener
/freebsd-11-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:__anon2219::IntelJITEventListener
/freebsd-11-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);
432 M.MemMgr->notifyObjectLoaded(&M, Obj);
H A DOrcCBindingsStack.h499 Listener->notifyObjectLoaded(Key, Obj, LoadedObjInfo);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp121 notifyObjectLoaded(*Obj, *L);
228 notifyObjectLoaded(*LoadedObject.get(), *L);
650 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, function in class:MCJIT
655 MemMgr->notifyObjectLoaded(this, Obj);
657 EventListeners[I]->notifyObjectLoaded(Key, Obj, L);
H A DMCJIT.h64 // RemoteMemoryManager in response to the notifyObjectLoaded function being
333 void notifyObjectLoaded(const object::ObjectFile &Obj,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp69 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
230 void PerfJITEventListener::notifyObjectLoaded( function in class:__anon1889::PerfJITEventListener
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h164 void notifyObjectLoaded(RuntimeDyld &Dyld,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1331 MemMgr.notifyObjectLoaded(*this, Obj);

Completed in 105 milliseconds