Searched refs:GetEnv (Results 1 - 25 of 74) sorted by relevance

123

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_flags.cc62 cf.external_symbolizer_path = GetEnv("ASAN_SYMBOLIZER_PATH");
99 if (GetEnv("MallocScribble")) {
102 if (GetEnv("MallocPreScribble")) {
124 asan_parser.ParseString(GetEnv("ASAN_OPTIONS"));
126 lsan_parser.ParseString(GetEnv("LSAN_OPTIONS"));
129 ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS"));
H A Dasan_malloc_mac.cc72 auto init_str = GetEnv("APPLE_ASAN_INIT_FOR_DLOPEN");
H A Dasan_activation.cc63 if (const char *env = GetEnv("ASAN_ACTIVATION_OPTIONS")) {
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_flags.cc60 cf.external_symbolizer_path = GetEnv("ASAN_SYMBOLIZER_PATH");
97 if (GetEnv("MallocScribble")) {
100 if (GetEnv("MallocPreScribble")) {
122 asan_parser.ParseString(GetEnv("ASAN_OPTIONS"));
124 lsan_parser.ParseString(GetEnv("LSAN_OPTIONS"));
127 ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS"));
H A Dasan_activation.cc61 if (const char *env = GetEnv("ASAN_ACTIVATION_OPTIONS")) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsancov_flags.cc53 parser.ParseString(GetEnv("SANCOV_OPTIONS"));
H A Dsanitizer_linux_s390.cc205 if (GetEnv("SANITIZER_IGNORE_CVE_2016_2143"))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_flags.cc72 XRayParser.ParseString(GetEnv("XRAY_OPTIONS"));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsancov_flags.cc51 parser.ParseString(GetEnv("SANCOV_OPTIONS"));
H A Dsanitizer_linux_s390.cc203 if (GetEnv("SANITIZER_IGNORE_CVE_2016_2143"))
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan.cc44 cf.external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH");
62 parser.ParseString(GetEnv("LSAN_OPTIONS"));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan.cc42 cf.external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH");
60 parser.ParseString(GetEnv("LSAN_OPTIONS"));
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_flags.cpp57 cf.external_symbolizer_path = GetEnv("ASAN_SYMBOLIZER_PATH");
94 if (GetEnv("MallocScribble")) {
97 if (GetEnv("MallocPreScribble")) {
H A Dasan_malloc_mac.cpp75 auto init_str = GetEnv("APPLE_ASAN_INIT_FOR_DLOPEN");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_flags.cc32 return GetEnv(flag);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_flags.cc30 return GetEnv(flag);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DProcess.h101 static Optional<std::string> GetEnv(StringRef name);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_flags.cpp27 return GetEnv(flag);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_flags.cc97 ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS"));
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_flags.cc96 ubsan_parser.ParseString(GetEnv("UBSAN_OPTIONS"));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DProcess.cpp44 Optional<std::string> OptPath = Process::GetEnv(EnvName);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_flags.cpp58 cf.external_symbolizer_path = GetEnv("TSAN_SYMBOLIZER_PATH");
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan.cpp56 cf.external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH");
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/stats/
H A Dstats.cc60 const char *path_env = GetEnv("SANITIZER_STATS_PATH");
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux_s390.cpp205 if (GetEnv("SANITIZER_IGNORE_CVE_2016_2143"))

Completed in 316 milliseconds

123