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

  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 62 /// NotifyFunctionEmitted - Called after a function has been successfully
65 virtual void NotifyFunctionEmitted(const Function &,
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/
OProfileJITEventListener.cpp 50 virtual void NotifyFunctionEmitted(const Function &F,
92 void OProfileJITEventListener::NotifyFunctionEmitted(
  /external/llvm/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp 51 virtual void NotifyFunctionEmitted(const Function &F,
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 60 virtual void NotifyFunctionEmitted(const Function &F,
117 void IntelJITEventListener::NotifyFunctionEmitted(
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 577 void JIT::NotifyFunctionEmitted(
583 EventListeners[I]->NotifyFunctionEmitted(F, Code, Size, Details);
605 virtual void NotifyFunctionEmitted(const Function &,

Completed in 428 milliseconds