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

  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 58 IsOProfileRunningPtrT IsOProfileRunningFunc;
82 IsOProfileRunningFunc(MockIsOProfileRunningImpl),
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 52 IsOProfileRunningFunc(0),
114 if (IsOProfileRunningFunc != 0)
115 return IsOProfileRunningFunc();

Completed in 92 milliseconds