Searched refs:NotifyFunctionEmitted (Results 1 - 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
H A DJITEventListener.h59 /// NotifyFunctionEmitted - Called after a function has been successfully
62 virtual void NotifyFunctionEmitted(const Function &F, function in class:llvm::JITEventListener
71 /// parameter to a previous NotifyFunctionEmitted call. The Function passed
72 /// to NotifyFunctionEmitted may have been destroyed by the time of the
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DOProfileJITEventListener.cpp46 virtual void NotifyFunctionEmitted(const Function &F,
104 void OProfileJITEventListener::NotifyFunctionEmitted( function in class:__anon22730::OProfileJITEventListener
H A DJIT.h200 void NotifyFunctionEmitted(
H A DJIT.cpp570 void JIT::NotifyFunctionEmitted( function in class:JIT
576 EventListeners[I]->NotifyFunctionEmitted(F, Code, Size, Details);
598 virtual void NotifyFunctionEmitted(const Function &, function in class:MCIListener
H A DJITEmitter.cpp924 TheJIT->NotifyFunctionEmitted(*F.getFunction(), FnStart, FnEnd-FnStart,
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
H A DJITEventListenerTest.cpp52 virtual void NotifyFunctionEmitted(const Function &F, function in struct:__anon23178::RecordingJITEventListener

Completed in 104 milliseconds