Home
last modified time | relevance | path

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

/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 …]