Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/include/xray/
Dxray_log_interface.h249 const char *__xray_log_get_current_mode();
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_log_interface.cpp99 const char *__xray_log_get_current_mode() XRAY_NEVER_INSTRUMENT { in __xray_log_get_current_mode() function
Dxray_fdr_logging.cpp193 DCHECK(internal_strcmp(__xray_log_get_current_mode(), "xray-fdr") == 0); in fdrIterator()