/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 __anon5bbdabf90111::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 __anon8be463510111::OProfileJITEventListener
|
/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 __anon6856e2c20211::GDBJITRegistrationListener
|
/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 __anon9190cb1a0211::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 __anonf3be9ae60111::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 __anon23e5523e0111::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 __anond8b1c8c00111::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()
|