Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h61 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anondf0c7f0a0111::OProfileJITEventListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp196 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon03cf66330211::GDBJITRegistrationListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp336 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon770d6df70111::IntelJITEventListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp292 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anonc97da2390111::PerfJITEventListener
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp666 void MCJIT::notifyFreeingObject(const object::ObjectFile &Obj) { in notifyFreeingObject() function in MCJIT