Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp55 void notifyFreeingObject(ObjectKey Key) override;
142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon9b3959850111::OProfileJITEventListener
/external/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 __anonaf415ef90111::OProfileJITEventListener
/external/llvm-project/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp107 void notifyFreeingObject(ObjectKey K) override;
180 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon74b19cce0211::GDBJITRegistrationListener
/external/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 __anonf5dbb5c20211::GDBJITRegistrationListener
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h63 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h63 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/external/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 __anon47424de60111::IntelJITEventListener
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dsimple_orc_jit.h108 void notifyFreeingObject(llvm::JITEventListener::ObjectKey key) override;
Dsimple_orc_jit.cc216 void SimpleOrcJIT::notifyFreeingObject(llvm::JITEventListener::ObjectKey key) { in notifyFreeingObject() function in xla::cpu::SimpleOrcJIT
217 gdb_jit_event_listener_->notifyFreeingObject(key); in notifyFreeingObject()
/external/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp70 void notifyFreeingObject(ObjectKey K) override;
290 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anona22ba1f40111::PerfJITEventListener
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp145 void notifyFreeingObject(ObjectKey Key) override;
335 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon333a48720111::IntelJITEventListener
/external/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 __anon4dcbba680111::PerfJITEventListener
/external/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);
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp99 notifyFreeingObject(*Obj); in ~MCJIT()
667 void MCJIT::notifyFreeingObject(const object::ObjectFile &Obj) { in notifyFreeingObject() function in MCJIT
672 L->notifyFreeingObject(Key); in notifyFreeingObject()
DMCJIT.h334 void notifyFreeingObject(const object::ObjectFile &Obj);
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.cpp327 L->notifyFreeingObject(pointerToJITTargetAddress(MemMgr.get())); in handleRemoveResources()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h506 Listener->notifyFreeingObject(Key); in notifyFreed()
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp400 jitEventListener->notifyFreeingObject(key); in NotifyFreeingObject()