Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp54 void NotifyFreeingObject(const ObjectFile &Obj) override;
117 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anoncd1cd7170111::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp117 void NotifyFreeingObject(const ObjectFile &Object) override;
193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { in NotifyFreeingObject() function in __anon63b5a5200211::GDBJITRegistrationListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp62 void NotifyFreeingObject(const ObjectFile &Obj) override;
191 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anon651dc6040111::IntelJITEventListener
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {} in NotifyFreeingObject() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp102 NotifyFreeingObject(*Obj); in ~MCJIT()
641 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) { in NotifyFreeingObject() function in MCJIT
644 L->NotifyFreeingObject(Obj); in NotifyFreeingObject()
DMCJIT.h331 void NotifyFreeingObject(const object::ObjectFile& Obj);
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.hpp99 static void NotifyFreeingObject(uint64_t key);
DLLVMReactorDebugInfo.cpp397 void DebugInfo::NotifyFreeingObject(uint64_t key) in NotifyFreeingObject() function in rr::DebugInfo