Searched refs:NotifyObjectEmitted (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h79 /// NotifyObjectEmitted - Called after an object has been successfully
87 virtual void NotifyObjectEmitted(const ObjectImage &Obj) {} function in class:llvm::JITEventListener
/external/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h124 void NotifyObjectEmitted(const ObjectImage& Obj);
H A DMCJIT.cpp155 NotifyObjectEmitted(*LoadedObject);
366 void MCJIT::NotifyObjectEmitted(const ObjectImage& Obj) { function in class:MCJIT
369 EventListeners[I]->NotifyObjectEmitted(Obj);
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp66 virtual void NotifyObjectEmitted(const ObjectImage &Obj);
190 void IntelJITEventListener::NotifyObjectEmitted(const ObjectImage &Obj) { function in class:__anon21229::IntelJITEventListener

Completed in 26 milliseconds