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

/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h47 /// notifyObjectLoaded - Called after an object has had its sections allocated
56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, function in class:llvm::JITEventListener
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 DRuntimeDyld.h180 /// MCJITMemoryManager::notifyObjectLoaded as this method is compatible with
182 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, function in class:llvm::RuntimeDyld::MemoryManager
/openbsd-current/gnu/llvm/llvm/tools/lli/
H A DForwardingMemoryManager.h69 void notifyObjectLoaded(RuntimeDyld &RTDyld,
71 MemMgr->notifyObjectLoaded(RTDyld, Obj);
74 // Don't hide the sibling notifyObjectLoaded from RTDyldMemoryManager.
75 using RTDyldMemoryManager::notifyObjectLoaded;
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
80 void OProfileJITEventListener::notifyObjectLoaded( function in class:__anon2527::OProfileJITEventListener
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp121 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
165 void GDBJITRegistrationListener::notifyObjectLoaded( function in class:__anon2279::GDBJITRegistrationListener
/openbsd-current/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.h73 void notifyObjectLoaded(RuntimeDyld &Dyld,
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp124 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 EL->notifyObjectLoaded(Key, Obj, L);
H A DMCJIT.h63 // RemoteMemoryManager in response to the notifyObjectLoaded function being
325 void notifyObjectLoaded(const object::ObjectFile &Obj,
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp67 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
229 void PerfJITEventListener::notifyObjectLoaded( function in class:__anon2320::PerfJITEventListener
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp143 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
193 void IntelJITEventListener::notifyObjectLoaded( function in class:__anon2280::IntelJITEventListener
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp188 void EPCGenericRTDyldMemoryManager::notifyObjectLoaded( function in class:llvm::orc::EPCGenericRTDyldMemoryManager
H A DRTDyldObjectLinkingLayer.cpp379 L->notifyObjectLoaded(pointerToJITTargetAddress(MemMgr.get()), *Obj,
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1370 MemMgr.notifyObjectLoaded(*this, Obj);

Completed in 197 milliseconds