Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1065 StaticRuntimes.push_back("asan"); in collectSanitizerRuntimes()
1067 StaticRuntimes.push_back("asan_cxx"); in collectSanitizerRuntimes()
1072 StaticRuntimes.push_back("memprof"); in collectSanitizerRuntimes()
1083 StaticRuntimes.push_back("hwasan"); in collectSanitizerRuntimes()
1089 StaticRuntimes.push_back("dfsan"); in collectSanitizerRuntimes()
1091 StaticRuntimes.push_back("lsan"); in collectSanitizerRuntimes()
1093 StaticRuntimes.push_back("msan"); in collectSanitizerRuntimes()
1095 StaticRuntimes.push_back("msan_cxx"); in collectSanitizerRuntimes()
1099 StaticRuntimes.push_back("tsan"); in collectSanitizerRuntimes()
1118 StaticRuntimes.push_back("cfi"); in collectSanitizerRuntimes()
[all …]