Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/lli/
DForwardingMemoryManager.h69 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
71 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded()
75 using RTDyldMemoryManager::notifyObjectLoaded;
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
DJITEventListener.h56 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
DRuntimeDyld.h182 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
80 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anondf0c7f0a0111::OProfileJITEventListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp121 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
165 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon03cf66330211::GDBJITRegistrationListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
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 EL->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
DMCJIT.h325 void notifyObjectLoaded(const object::ObjectFile &Obj,
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.h73 void notifyObjectLoaded(RuntimeDyld &Dyld,
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp67 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
229 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anonc97da2390111::PerfJITEventListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp143 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
193 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon770d6df70111::IntelJITEventListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DEPCGenericRTDyldMemoryManager.cpp188 void EPCGenericRTDyldMemoryManager::notifyObjectLoaded( in notifyObjectLoaded() function in llvm::orc::EPCGenericRTDyldMemoryManager
DRTDyldObjectLinkingLayer.cpp379 L->notifyObjectLoaded(pointerToJITTargetAddress(MemMgr.get()), *Obj, in onObjEmit()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1370 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()