Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lli/
H A DRemoteJITUtils.h129 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
131 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded()
135 using RTDyldMemoryManager::notifyObjectLoaded;
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
48 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
H A DJITEventListener.h59 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
H A DRuntimeDyld.h164 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.h109 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
111 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded()
114 void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
116 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded()
436 M.MemMgr->notifyObjectLoaded(&M, Obj); in operator()
H A DOrcCBindingsStack.h498 Listener->notifyObjectLoaded(Key, Obj, LoadedObjInfo); in notifyFinalized()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp53 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
81 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon6923ce330111::OProfileJITEventListener
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp102 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
150 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anond364debc0211::GDBJITRegistrationListener
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp122 notifyObjectLoaded(*Obj, *L); in addObjectFile()
229 notifyObjectLoaded(*LoadedObject.get(), *L); in generateCodeForModule()
651 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, in notifyObjectLoaded() function in MCJIT
656 MemMgr->notifyObjectLoaded(this, Obj); in notifyObjectLoaded()
658 EventListeners[I]->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
H A DMCJIT.h334 void notifyObjectLoaded(const object::ObjectFile &Obj,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp60 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
99 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon0124bd200111::IntelJITEventListener
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp69 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
230 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anond7f513220111::PerfJITEventListener
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h165 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1267 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()