Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/lli/
H A DRemoteJITUtils.h81 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
83 MemMgr->notifyObjectLoaded(RTDyld, Obj); in notifyObjectLoaded()
87 using RTDyldMemoryManager::notifyObjectLoaded;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DRTDyldMemoryManager.h35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
H A DJITEventListener.h57 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
H A DRuntimeDyld.h169 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
80 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon192bf7590111::OProfileJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp108 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
156 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon11e732220211::GDBJITRegistrationListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp123 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 EventListeners[I]->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
H A DMCJIT.h332 void notifyObjectLoaded(const object::ObjectFile &Obj,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp142 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
192 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anonb12ce6460111::IntelJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp68 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
230 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon2974bac80111::PerfJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp300 L->notifyObjectLoaded(pointerToJITTargetAddress(MemMgr.get()), *Obj, in onObjEmit()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetClient.h165 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1343 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()