Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp55 void notifyFreeingObject(ObjectKey Key) override;
142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon192bf7590111::OProfileJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp114 void notifyFreeingObject(ObjectKey K) override;
187 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon11e732220211::GDBJITRegistrationListener
/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/IntelJITEvents/
H A DIntelJITEventListener.cpp145 void notifyFreeingObject(ObjectKey Key) override;
335 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anonb12ce6460111::IntelJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp70 void notifyFreeingObject(ObjectKey K) override;
290 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon2974bac80111::PerfJITEventListener
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/
H A 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()
H A DMCJIT.h334 void notifyFreeingObject(const object::ObjectFile &Obj);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp330 L->notifyFreeingObject(pointerToJITTargetAddress(MemMgr.get())); in handleRemoveResources()