Home
last modified time | relevance | path

Searched defs:notifyFreeingObject (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h61 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon9faf91410111::OProfileJITEventListener
/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp196 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { notifyFreeingObject() function in __anonf1ba930a0211::GDBJITRegistrationListener
/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp336 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon37b0802e0111::IntelJITEventListener
/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp292 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { notifyFreeingObject() function in __anon3ef8bab00111::PerfJITEventListener
/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp666 void MCJIT::notifyFreeingObject(const object::ObjectFile &Obj) { notifyFreeingObject() function in MCJIT