/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | RTDyldMemoryManager.h | 35 using RuntimeDyld::MemoryManager::notifyObjectLoaded; 47 virtual void notifyObjectLoaded(ExecutionEngine *EE, in notifyObjectLoaded() function
|
D | JITEventListener.h | 58 virtual void notifyObjectLoaded(ObjectKey K, const object::ObjectFile &Obj, in notifyObjectLoaded() function
|
D | RuntimeDyld.h | 165 virtual void notifyObjectLoaded(RuntimeDyld &RTDyld, in notifyObjectLoaded() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 108 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()
|
D | OrcCBindingsStack.h | 499 Listener->notifyObjectLoaded(Key, Obj, LoadedObjInfo); in notifyFinalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 52 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/ |
D | GDBRegistrationListener.cpp | 101 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/ |
D | MCJIT.cpp | 121 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()
|
D | MCJIT.h | 333 void notifyObjectLoaded(const object::ObjectFile &Obj,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 59 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/ |
D | PerfJITEventListener.cpp | 69 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/ |
D | LLVMReactorDebugInfo.cpp | 394 …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/ |
D | OrcRemoteTargetClient.h | 164 void notifyObjectLoaded(RuntimeDyld &Dyld, in notifyObjectLoaded() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 1331 MemMgr.notifyObjectLoaded(*this, Obj); in loadObject()
|