Searched defs:NotifyFunctionEmitted (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h62 /// NotifyFunctionEmitted - Called after a function has been successfully
65 virtual void NotifyFunctionEmitted(const Function &, function in class:llvm::JITEventListener
74 /// parameter to a previous NotifyFunctionEmitted call. The Function passed
75 /// to NotifyFunctionEmitted may have been destroyed by the time of the
80 /// emitted to memory. NotifyFunctionEmitted will not be called for
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp52 virtual void NotifyFunctionEmitted(const Function &F,
98 void OProfileJITEventListener::NotifyFunctionEmitted( function in class:__anon25016::OProfileJITEventListener
/external/llvm/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp48 virtual void NotifyFunctionEmitted(const Function &F, function in struct:__anon25639::RecordingJITEventListener
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp60 virtual void NotifyFunctionEmitted(const Function &F,
117 void IntelJITEventListener::NotifyFunctionEmitted( function in class:__anon25004::IntelJITEventListener
/external/llvm/lib/ExecutionEngine/JIT/
H A DJIT.cpp425 void JIT::NotifyFunctionEmitted( function in class:JIT
431 EventListeners[I]->NotifyFunctionEmitted(F, Code, Size, Details);
453 void NotifyFunctionEmitted(const Function &, void *Code, size_t Size,

Completed in 481 milliseconds