Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/include/xray/
Dxray_log_interface.h231 XRayLogRegisterStatus __xray_log_register_mode(const char *Mode,
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_log_interface.cpp64 __xray_log_register_mode(const char *Mode, in __xray_log_register_mode() function
Dxray_profiling.cpp503 auto RegistrationResult = __xray_log_register_mode("xray-profiling", Impl); in profilingDynamicInitializer()
Dxray_basic_logging.cpp472 auto RegistrationResult = __xray_log_register_mode("xray-basic", Impl); in basicLogDynamicInitializer()
Dxray_fdr_logging.cpp733 auto RegistrationResult = __xray_log_register_mode("xray-fdr", Impl); in fdrLogDynamicInitializer()
/openbsd/src/gnu/llvm/llvm/docs/
DXRay.rst187 - ``__xray_log_register_mode(...)``: Register a logging implementation against
192 ``__xray_log_register_mode(...)`` can be chosen with this function.