/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 51 void NotifyObjectEmitted(const ObjectFile &Obj, 78 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon5bbdabf90111::OProfileJITEventListener
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 53 void NotifyObjectEmitted(const ObjectFile &Obj, 81 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon8be463510111::OProfileJITEventListener
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 111 void NotifyObjectEmitted(const ObjectFile &Object, 159 void GDBJITRegistrationListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon6856e2c20211::GDBJITRegistrationListener
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 102 void NotifyObjectEmitted(const ObjectFile &Object, 150 void GDBJITRegistrationListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon9190cb1a0211::GDBJITRegistrationListener
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 59 void NotifyObjectEmitted(const ObjectFile &Obj, 98 void IntelJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anonf3be9ae60111::IntelJITEventListener
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 60 void NotifyObjectEmitted(const ObjectFile &Obj, 99 void IntelJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon23e5523e0111::IntelJITEventListener
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 126 NotifyObjectEmitted(*Obj, *L); in addObjectFile() 227 NotifyObjectEmitted(*LoadedObject.get(), *L); in generateCodeForModule() 632 void MCJIT::NotifyObjectEmitted(const object::ObjectFile& Obj, in NotifyObjectEmitted() function in MCJIT 637 EventListeners[I]->NotifyObjectEmitted(Obj, L); in NotifyObjectEmitted()
|
D | MCJIT.h | 329 void NotifyObjectEmitted(const object::ObjectFile& Obj,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 122 NotifyObjectEmitted(*Obj, *L); in addObjectFile() 229 NotifyObjectEmitted(*LoadedObject.get(), *L); in generateCodeForModule() 650 void MCJIT::NotifyObjectEmitted(const object::ObjectFile& Obj, in NotifyObjectEmitted() function in MCJIT 655 EventListeners[I]->NotifyObjectEmitted(Obj, L); in NotifyObjectEmitted()
|
D | MCJIT.h | 334 void NotifyObjectEmitted(const object::ObjectFile& Obj,
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | JITEventListener.h | 74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | JITEventListener.h | 78 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 69 void NotifyObjectEmitted(const ObjectFile &Obj, 230 void PerfJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anond8b1c8c00111::PerfJITEventListener
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcCBindingsStack.h | 480 Listener->NotifyObjectEmitted(Obj, LoadedObjInfo); in notifyFinalized()
|