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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp402 auto *EnvOpts = GetEnv("XRAY_BASIC_OPTIONS"); variable
403 if (EnvOpts == nullptr)
404 EnvOpts = "";
406 P.ParseString(EnvOpts);
410 if (internal_strlen(EnvOpts) == 0) {
H A Dxray_fdr_logging.cpp645 auto *EnvOpts = GetEnv("XRAY_FDR_OPTIONS"); variable
646 if (EnvOpts == nullptr)
647 EnvOpts = "";
648 FDRParser.ParseString(EnvOpts);
651 if (internal_strlen(EnvOpts) == 0) {

Completed in 56 milliseconds