Home
last modified time | relevance | path

Searched refs:notifyFreeingObject (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp55 void notifyFreeingObject(ObjectKey Key) override;
142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon6c97061a0111::OProfileJITEventListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp107 void notifyFreeingObject(ObjectKey K) override;
180 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon5d9133430211::GDBJITRegistrationListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h63 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp62 void notifyFreeingObject(ObjectKey Key) override;
205 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon0497f5070111::IntelJITEventListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp71 void notifyFreeingObject(ObjectKey K) override;
290 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anond99b25490111::PerfJITEventListener
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp97 notifyFreeingObject(*Obj); in ~MCJIT()
661 void MCJIT::notifyFreeingObject(const object::ObjectFile &Obj) { in notifyFreeingObject() function in MCJIT
666 L->notifyFreeingObject(Key); in notifyFreeingObject()
DMCJIT.h335 void notifyFreeingObject(const object::ObjectFile &Obj);
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp400 jitEventListener->notifyFreeingObject(key); in NotifyFreeingObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h506 Listener->notifyFreeingObject(Key); in notifyFreed()