Searched refs:TSCSupported (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp145 static bool TSCSupported = true; local
162 TSCSupported = probeRequiredCPUFeatures();
163 if (TSCSupported)
423 static bool TSCSupported = true; variable
425 &OnceProbe, +[] { TSCSupported = probeRequiredCPUFeatures(); });
427 if (TSCSupported) {

Completed in 171 milliseconds