Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp55 void notifyFreeingObject(ObjectKey Key) override;
142 void OProfileJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anon41527aa30111::OProfileJITEventListener
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp127 void notifyFreeingObject(ObjectKey K) override;
196 void GDBJITRegistrationListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anonc362952c0211::GDBJITRegistrationListener
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h61 virtual void notifyFreeingObject(ObjectKey K) {} in notifyFreeingObject() function
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp146 void notifyFreeingObject(ObjectKey Key) override;
336 void IntelJITEventListener::notifyFreeingObject(ObjectKey Key) { in notifyFreeingObject() function in __anond95369900111::IntelJITEventListener
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp69 void notifyFreeingObject(ObjectKey K) override;
292 void PerfJITEventListener::notifyFreeingObject(ObjectKey K) { in notifyFreeingObject() function in __anon1eade3920111::PerfJITEventListener
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp100 notifyFreeingObject(*Obj); in ~MCJIT()
666 void MCJIT::notifyFreeingObject(const object::ObjectFile &Obj) { in notifyFreeingObject() function in MCJIT
671 L->notifyFreeingObject(Key); in notifyFreeingObject()
H A DMCJIT.h327 void notifyFreeingObject(const object::ObjectFile &Obj);
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp417 L->notifyFreeingObject(pointerToJITTargetAddress(MemMgr.get())); in handleRemoveResources()