Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_log_interface.h249 const char *__xray_log_get_current_mode();
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp99 const char *__xray_log_get_current_mode() XRAY_NEVER_INSTRUMENT { in __xray_log_get_current_mode() function
H A Dxray_fdr_logging.cpp189 DCHECK(internal_strcmp(__xray_log_get_current_mode(), "xray-fdr") == 0); in fdrIterator()