Home
last modified time | relevance | path

Searched refs:IsOProfileRunningFunc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp50 IsOProfileRunningFunc(0), in OProfileWrapper()
113 if (IsOProfileRunningFunc != 0) in isOProfileRunning()
114 return IsOProfileRunningFunc(); in isOProfileRunning()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h58 IsOProfileRunningPtrT IsOProfileRunningFunc; variable
82 IsOProfileRunningFunc(MockIsOProfileRunningImpl), in OpenAgentFunc()