Home
last modified time | relevance | path

Searched refs:NotifyObjectEmitted (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp51 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/
DOProfileJITEventListener.cpp53 void NotifyObjectEmitted(const ObjectFile &Obj,
81 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon8be463510111::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp111 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/
DGDBRegistrationListener.cpp102 void NotifyObjectEmitted(const ObjectFile &Object,
150 void GDBJITRegistrationListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon9190cb1a0211::GDBJITRegistrationListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp59 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/
DIntelJITEventListener.cpp60 void NotifyObjectEmitted(const ObjectFile &Obj,
99 void IntelJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon23e5523e0111::IntelJITEventListener
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp126 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()
DMCJIT.h329 void NotifyObjectEmitted(const object::ObjectFile& Obj,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp122 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()
DMCJIT.h334 void NotifyObjectEmitted(const object::ObjectFile& Obj,
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h78 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp69 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/
DOrcCBindingsStack.h480 Listener->NotifyObjectEmitted(Obj, LoadedObjInfo); in notifyFinalized()