Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp155 NotifyObjectEmitted(*LoadedObject); in loadObject()
366 void MCJIT::NotifyObjectEmitted(const ObjectImage& Obj) { in NotifyObjectEmitted() function in MCJIT
369 EventListeners[I]->NotifyObjectEmitted(Obj); in NotifyObjectEmitted()
DMCJIT.h124 void NotifyObjectEmitted(const ObjectImage& Obj);
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h87 virtual void NotifyObjectEmitted(const ObjectImage &Obj) {} in NotifyObjectEmitted() function
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp66 virtual void NotifyObjectEmitted(const ObjectImage &Obj);
190 void IntelJITEventListener::NotifyObjectEmitted(const ObjectImage &Obj) { in NotifyObjectEmitted() function in __anondc3b3e270111::IntelJITEventListener