Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp51 void NotifyObjectEmitted(const ObjectFile &Obj,
78 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon95b952310111::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp111 void NotifyObjectEmitted(const ObjectFile &Object,
159 void GDBJITRegistrationListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon24f80dfa0211::GDBJITRegistrationListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp59 void NotifyObjectEmitted(const ObjectFile &Obj,
98 void IntelJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon2dba411e0111::IntelJITEventListener
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp119 NotifyObjectEmitted(*Obj, *L); in addObjectFile()
217 NotifyObjectEmitted(*LoadedObject.get(), *L); in generateCodeForModule()
617 void MCJIT::NotifyObjectEmitted(const object::ObjectFile& Obj, in NotifyObjectEmitted() function in MCJIT
622 EventListeners[I]->NotifyObjectEmitted(Obj, L); in NotifyObjectEmitted()
DMCJIT.h330 void NotifyObjectEmitted(const object::ObjectFile& Obj,