Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRTDyldMemoryManager.h35 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
DJITEventListener.h58 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
DRuntimeDyld.h165 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h108 void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
110 return ClientMM->notifyObjectLoaded(RTDyld, O); in notifyObjectLoaded()
113 void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
115 return ClientMM->notifyObjectLoaded(EE, O); in notifyObjectLoaded()
432 M.MemMgr->notifyObjectLoaded(&M, Obj); in operator()
DOrcCBindingsStack.h499 Listener->notifyObjectLoaded(Key, Obj, LoadedObjInfo); in notifyFinalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp52 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
80 void OProfileJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon6c97061a0111::OProfileJITEventListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp101 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
149 void GDBJITRegistrationListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon5d9133430211::GDBJITRegistrationListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp121 notifyObjectLoaded(*Obj, *L); in addObjectFile()
228 notifyObjectLoaded(*LoadedObject.get(), *L); in generateCodeForModule()
650 void MCJIT::notifyObjectLoaded(const object::ObjectFile &Obj, in notifyObjectLoaded() function in MCJIT
655 MemMgr->notifyObjectLoaded(this, Obj); in notifyObjectLoaded()
657 EventListeners[I]->notifyObjectLoaded(Key, Obj, L); in notifyObjectLoaded()
DMCJIT.h333 void notifyObjectLoaded(const object::ObjectFile &Obj,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp59 void notifyObjectLoaded(ObjectKey Key, const ObjectFile &Obj,
98 void IntelJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anon0497f5070111::IntelJITEventListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp69 void notifyObjectLoaded(ObjectKey K, const ObjectFile &Obj,
230 void PerfJITEventListener::notifyObjectLoaded( in notifyObjectLoaded() function in __anond99b25490111::PerfJITEventListener
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp394 …jitEventListener->notifyObjectLoaded(key, obj, static_cast<const llvm::RuntimeDyld::LoadedObjectIn… in NotifyObjectEmitted()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h164 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1331 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()