/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 54 void NotifyFreeingObject(const ObjectFile &Obj) override; 117 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anonfb265d700111::OProfileJITEventListener
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 56 void NotifyFreeingObject(const ObjectFile &Obj) override; 143 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anon35d6dfa80111::OProfileJITEventListener
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 108 void NotifyFreeingObject(const ObjectFile &Object) override; 184 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { in NotifyFreeingObject() function in __anon1b346e110211::GDBJITRegistrationListener
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 117 void NotifyFreeingObject(const ObjectFile &Object) override; 193 void GDBJITRegistrationListener::NotifyFreeingObject(const ObjectFile& Object) { in NotifyFreeingObject() function in __anondcf3e6d90211::GDBJITRegistrationListener
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 62 void NotifyFreeingObject(const ObjectFile &Obj) override; 191 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anon93274c5d0111::IntelJITEventListener
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 63 void NotifyFreeingObject(const ObjectFile &Obj) override; 194 void IntelJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anoncdd7ce950111::IntelJITEventListener
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITEventListener.h | 79 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {} in NotifyFreeingObject() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | JITEventListener.h | 83 virtual void NotifyFreeingObject(const object::ObjectFile &Obj) {} in NotifyFreeingObject() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 71 void NotifyFreeingObject(const ObjectFile &Obj) override; 283 void PerfJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject() function in __anon725b43570111::PerfJITEventListener
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 102 NotifyFreeingObject(*Obj); in ~MCJIT() 641 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) { in NotifyFreeingObject() function in MCJIT 644 L->NotifyFreeingObject(Obj); in NotifyFreeingObject()
|
D | MCJIT.h | 331 void NotifyFreeingObject(const object::ObjectFile& Obj);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 98 NotifyFreeingObject(*Obj); in ~MCJIT() 659 void MCJIT::NotifyFreeingObject(const object::ObjectFile& Obj) { in NotifyFreeingObject() function in MCJIT 662 L->NotifyFreeingObject(Obj); in NotifyFreeingObject()
|
D | MCJIT.h | 336 void NotifyFreeingObject(const object::ObjectFile& Obj);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 485 Listener->NotifyFreeingObject(Obj); in notifyFreed()
|