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

/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp479 auto SelectResult = __xray_log_select_mode("xray-basic"); variable
480 if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK) {
482 Report("Failed selecting XRay Basic Mode; error = %d\n", SelectResult);
H A Dxray_fdr_logging.cpp743 auto SelectResult = __xray_log_select_mode("xray-fdr"); variable
744 if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
747 SelectResult);

Completed in 134 milliseconds