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

/openbsd-current/gnu/llvm/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.cpp644 auto *EnvOpts = GetEnv("XRAY_FDR_OPTIONS"); variable
645 if (EnvOpts == nullptr)
646 EnvOpts = "";
647 FDRParser.ParseString(EnvOpts);
650 if (internal_strlen(EnvOpts) == 0) {

Completed in 173 milliseconds