Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp49 IsOProfileRunningFunc(0), in OProfileWrapper()
112 if (IsOProfileRunningFunc != 0) in isOProfileRunning()
113 return IsOProfileRunningFunc(); in isOProfileRunning()
/src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h57 IsOProfileRunningPtrT IsOProfileRunningFunc; variable
81 IsOProfileRunningFunc(MockIsOProfileRunningImpl), in OpenAgentFunc()