HomeSort by relevance Sort by last modified time
    Searched refs:NotifyFunctionEmitted (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 59 /// NotifyFunctionEmitted - Called after a function has been successfully
62 virtual void NotifyFunctionEmitted(const Function &F,
71 /// parameter to a previous NotifyFunctionEmitted call. The Function passed
72 /// to NotifyFunctionEmitted may have been destroyed by the time of the
  /external/llvm/lib/ExecutionEngine/JIT/
OProfileJITEventListener.cpp 46 virtual void NotifyFunctionEmitted(const Function &F,
104 void OProfileJITEventListener::NotifyFunctionEmitted(
JIT.h 200 void NotifyFunctionEmitted(
JIT.cpp 570 void JIT::NotifyFunctionEmitted(
576 EventListeners[I]->NotifyFunctionEmitted(F, Code, Size, Details);
598 virtual void NotifyFunctionEmitted(const Function &,
JITEmitter.cpp     [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 52 virtual void NotifyFunctionEmitted(const Function &F,

Completed in 818 milliseconds