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

/freebsd-10.2-release/contrib/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
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp66 virtual void NotifyObjectEmitted(const ObjectImage &Obj);
190 void IntelJITEventListener::NotifyObjectEmitted(const ObjectImage &Obj) { function in class:__anon2357::IntelJITEventListener
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp58 virtual void NotifyObjectEmitted(const ObjectImage &Obj);
168 void OProfileJITEventListener::NotifyObjectEmitted(const ObjectImage &Obj) { function in class:__anon2369::OProfileJITEventListener
/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp182 NotifyObjectEmitted(*LoadedObject);
518 void MCJIT::NotifyObjectEmitted(const ObjectImage& Obj) { function in class:MCJIT
522 EventListeners[I]->NotifyObjectEmitted(Obj);
H A DMCJIT.h329 void NotifyObjectEmitted(const ObjectImage& Obj);

Completed in 90 milliseconds