Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp58 virtual void NotifyObjectEmitted(const ObjectImage &Obj);
168 void OProfileJITEventListener::NotifyObjectEmitted(const ObjectImage &Obj) { in NotifyObjectEmitted() function in __anon38084e2e0111::OProfileJITEventListener
/freebsd-9-stable/contrib/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h87 virtual void NotifyObjectEmitted(const ObjectImage &Obj) {} in NotifyObjectEmitted() function
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp66 virtual void NotifyObjectEmitted(const ObjectImage &Obj);
190 void IntelJITEventListener::NotifyObjectEmitted(const ObjectImage &Obj) { in NotifyObjectEmitted() function in __anond0093d1b0111::IntelJITEventListener
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp182 NotifyObjectEmitted(*LoadedObject); in generateCodeForModule()
518 void MCJIT::NotifyObjectEmitted(const ObjectImage& Obj) { in NotifyObjectEmitted() function in MCJIT
522 EventListeners[I]->NotifyObjectEmitted(Obj); in NotifyObjectEmitted()
DMCJIT.h329 void NotifyObjectEmitted(const ObjectImage& Obj);