Home | History | Annotate | Download | only in Driver

Lines Matching refs:Sanitizers

40   unsigned AllAdd = 0;  // All kinds of sanitizers that were turned on
43 // sanitizers disabled by the current sanitizer
60 // At this point we have not expanded groups, so any unsupported sanitizers
67 // Silently discard any unsupported sanitizers implicitly enabled through
181 #include "clang/Basic/Sanitizers.def"
203 #include "clang/Basic/Sanitizers.def"
211 #include "clang/Basic/Sanitizers.def"
279 // Flag is not relevant to sanitizers.
306 std::string Sanitizers;
309 if (!Sanitizers.empty())
310 Sanitizers += ",";
311 Sanitizers += A->getValue(I);
315 assert(!Sanitizers.empty() && "arg didn't provide expected value");
316 return "-fsanitize=" + Sanitizers;