reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_basic_logging.cpp
  473   if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
  480     if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK) {
projects/compiler-rt/lib/xray/xray_fdr_logging.cpp
  735   if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
  745     if (SelectResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK &&
projects/compiler-rt/lib/xray/xray_log_interface.cpp
   81   return XRayLogRegisterStatus::XRAY_REGISTRATION_OK;
   93       return XRayLogRegisterStatus::XRAY_REGISTRATION_OK;
projects/compiler-rt/lib/xray/xray_profiling.cpp
  504   if (RegistrationResult != XRayLogRegisterStatus::XRAY_REGISTRATION_OK) {