Lines Matching full:sanitizer
1648 // Warn about undefined sanitizer options that require runtime support.
1763 const StringRef Sanitizer, bool BeforeLibStdCXX,
1765 // Sanitizer runtime is located in the Linux library directory and
1766 // has name "libclang_rt.<Sanitizer>-<ArchName>.a".
1770 (Twine("libclang_rt.") + Sanitizer + "-" + TC.getArchName() + ".a"));
1772 // Sanitizer runtime may need to come before -lstdc++ (or -lc++, libstdc++.a,
1850 // Need a copy of sanitizer_common. This could come from another sanitizer