Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DCommonArgs.cpp766 SmallVectorImpl<StringRef> &StaticRuntimes, in collectSanitizerRuntimes() argument
803 StaticRuntimes.push_back("stats_client"); in collectSanitizerRuntimes()
815 StaticRuntimes.push_back("asan"); in collectSanitizerRuntimes()
817 StaticRuntimes.push_back("asan_cxx"); in collectSanitizerRuntimes()
822 StaticRuntimes.push_back("memprof"); in collectSanitizerRuntimes()
824 StaticRuntimes.push_back("memprof_cxx"); in collectSanitizerRuntimes()
828 StaticRuntimes.push_back("hwasan"); in collectSanitizerRuntimes()
830 StaticRuntimes.push_back("hwasan_cxx"); in collectSanitizerRuntimes()
833 StaticRuntimes.push_back("dfsan"); in collectSanitizerRuntimes()
835 StaticRuntimes.push_back("lsan"); in collectSanitizerRuntimes()
[all …]
/external/clang/lib/Driver/
DTools.cpp3088 SmallVectorImpl<StringRef> &StaticRuntimes, in collectSanitizerRuntimes() argument
3099 StaticRuntimes.push_back("stats_client"); in collectSanitizerRuntimes()
3110 StaticRuntimes.push_back("asan"); in collectSanitizerRuntimes()
3112 StaticRuntimes.push_back("asan_cxx"); in collectSanitizerRuntimes()
3116 StaticRuntimes.push_back("dfsan"); in collectSanitizerRuntimes()
3118 StaticRuntimes.push_back("lsan"); in collectSanitizerRuntimes()
3120 StaticRuntimes.push_back("msan"); in collectSanitizerRuntimes()
3122 StaticRuntimes.push_back("msan_cxx"); in collectSanitizerRuntimes()
3125 StaticRuntimes.push_back("tsan"); in collectSanitizerRuntimes()
3127 StaticRuntimes.push_back("tsan_cxx"); in collectSanitizerRuntimes()
[all …]