Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DTools.cpp2301 SmallVectorImpl<StringRef> &StaticRuntimes, in collectSanitizerRuntimes() argument
2319 StaticRuntimes.push_back("asan"); in collectSanitizerRuntimes()
2321 StaticRuntimes.push_back("asan_cxx"); in collectSanitizerRuntimes()
2325 StaticRuntimes.push_back("dfsan"); in collectSanitizerRuntimes()
2327 StaticRuntimes.push_back("lsan"); in collectSanitizerRuntimes()
2329 StaticRuntimes.push_back("msan"); in collectSanitizerRuntimes()
2331 StaticRuntimes.push_back("tsan"); in collectSanitizerRuntimes()
2333 StaticRuntimes.push_back("ubsan_standalone"); in collectSanitizerRuntimes()
2335 StaticRuntimes.push_back("ubsan_standalone_cxx"); in collectSanitizerRuntimes()
2343 SmallVector<StringRef, 4> SharedRuntimes, StaticRuntimes, in addSanitizerRuntimes() local
[all …]