Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp56 void notifyFreeingObject(ObjectKey Key) override;
143 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon6923ce330111::OProfileJITEventListener
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp108 void notifyFreeingObject(ObjectKey K) override;
181 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anond364debc0211::GDBJITRegistrationListener
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp63 void notifyFreeingObject(ObjectKey Key) override;
194 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon0124bd200111::IntelJITEventListener
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h64 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp71 void notifyFreeingObject(ObjectKey K) override;
284 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anond7f513220111::PerfJITEventListener
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp98 notifyFreeingObject(*Obj); in ~MCJIT()
662 void MCJIT::notifyFreeingObject(const object::ObjectFile &Obj) { in notifyFreeingObject() function in MCJIT
667 L->notifyFreeingObject(Key); in notifyFreeingObject()
H A DMCJIT.h336 void notifyFreeingObject(const object::ObjectFile &Obj);
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h505 Listener->notifyFreeingObject(Key); in notifyFreed()