Searched defs:NotifyFreeingObject (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h77 /// NotifyFreeingObject - Called just before the memory associated with
79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {} function in class:llvm::JITEventListener
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp53 void NotifyFreeingObject(const ObjectFile &Obj) override;
114 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { function in class:__anon10526::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp117 void NotifyFreeingObject(const ObjectFile &Object) override;
193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { function in class:__anon10519::GDBJITRegistrationListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp60 void NotifyFreeingObject(const ObjectFile &Obj) override;
184 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { function in class:__anon10520::IntelJITEventListener
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp99 NotifyFreeingObject(*Obj);
592 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) { function in class:MCJIT
595 L->NotifyFreeingObject(Obj);

Completed in 88 milliseconds