Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp51 void NotifyObjectEmitted(const ObjectFile &Obj,
78 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anona379d02f0111::OProfileJITEventListener
/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp111 void NotifyObjectEmitted(const ObjectFile &Object,
159 void GDBJITRegistrationListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anone257f7380211::GDBJITRegistrationListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp59 void NotifyObjectEmitted(const ObjectFile &Obj,
98 void IntelJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted() function in __anon3b7abf1c0111::IntelJITEventListener
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp126 NotifyObjectEmitted(*Obj, *L); in addObjectFile()
227 NotifyObjectEmitted(*LoadedObject.get(), *L); in generateCodeForModule()
632 void MCJIT::NotifyObjectEmitted(const object::ObjectFile& Obj, in NotifyObjectEmitted() function in MCJIT
637 EventListeners[I]->NotifyObjectEmitted(Obj, L); in NotifyObjectEmitted()
DMCJIT.h329 void NotifyObjectEmitted(const object::ObjectFile& Obj,
/external/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h74 virtual void NotifyObjectEmitted(const object::ObjectFile &Obj, in NotifyObjectEmitted() function