Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h62 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon192bf7590111::OProfileJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp187 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon11e732220211::GDBJITRegistrationListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp335 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anonb12ce6460111::IntelJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp290 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon2974bac80111::PerfJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp667 void MCJIT::notifyFreeingObject(const object::ObjectFile &Obj) { in notifyFreeingObject() function in MCJIT