Searched defs:NotifyObjectEmitted (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h66 /// NotifyObjectEmitted - Called after an object has been successfully
74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, function in class:llvm::JITEventListener
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp50 void NotifyObjectEmitted(const ObjectFile &Obj,
77 void OProfileJITEventListener::NotifyObjectEmitted( function in class:__anon10526::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
H A DGDBRegistrationListener.cpp111 void NotifyObjectEmitted(const ObjectFile &Object,
159 void GDBJITRegistrationListener::NotifyObjectEmitted( function in class:__anon10519::GDBJITRegistrationListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp57 void NotifyObjectEmitted(const ObjectFile &Obj,
96 void IntelJITEventListener::NotifyObjectEmitted( function in class:__anon10520::IntelJITEventListener
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp119 NotifyObjectEmitted(*Obj, *L);
214 NotifyObjectEmitted(*LoadedObject.get(), *L);
583 void MCJIT::NotifyObjectEmitted(const object::ObjectFile& Obj, function in class:MCJIT
588 EventListeners[I]->NotifyObjectEmitted(Obj, L);

Completed in 51 milliseconds