Home
last modified time | relevance | path

Searched refs:NotifyFreeingObject (Results 1 – 14 of 14) 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 __anon5bbdabf90111::OProfileJITEventListener
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp56 void NotifyFreeingObject(const ObjectFile &Obj) override;
143 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anon8be463510111::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp117 void NotifyFreeingObject(const ObjectFile &Object) override;
193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { in NotifyFreeingObject() function in __anon6856e2c20211::GDBJITRegistrationListener
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp108 void NotifyFreeingObject(const ObjectFile &Object) override;
184 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { in NotifyFreeingObject() function in __anon9190cb1a0211::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 __anonf3be9ae60111::IntelJITEventListener
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp63 void NotifyFreeingObject(const ObjectFile &Obj) override;
194 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anon23e5523e0111::IntelJITEventListener
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {} in NotifyFreeingObject() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h83 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {} in NotifyFreeingObject() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp71 void NotifyFreeingObject(const ObjectFile &Obj) override;
283 void PerfJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anond8b1c8c00111::PerfJITEventListener
/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/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp98 NotifyFreeingObject(*Obj); in ~MCJIT()
659 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) { in NotifyFreeingObject() function in MCJIT
662 L->NotifyFreeingObject(Obj); in NotifyFreeingObject()
DMCJIT.h336 void NotifyFreeingObject(const object::ObjectFile& Obj);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindingsStack.h485 Listener->NotifyFreeingObject(Obj); in notifyFreed()