Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A DIntelJITEventsWrapper.h45 IsProfilingActivePtr IsProfilingActiveFunc; variable
56 IsProfilingActiveFunc(::iJIT_IsProfilingActive), in IntelJITEventsWrapper()
68 IsProfilingActiveFunc(IsProfilingActiveImpl), in IntelJITEventsWrapper()
95 if (!IsProfilingActiveFunc) in iJIT_IsProfilingActive()
97 return IsProfilingActiveFunc(); in iJIT_IsProfilingActive()