Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DLangOptions.cpp33 NoSanitizeFiles.clear(); in resetNonModularOptions()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h374 std::vector<std::string> NoSanitizeFiles; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp698 MPM.addPass(DataFlowSanitizerPass(LangOpts.NoSanitizeFiles)); in addSanitizers()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp3510 for (const std::string &F : Opts.NoSanitizeFiles) in GenerateLangArgs()
3981 Opts.NoSanitizeFiles = Args.getAllArgValues(OPT_fsanitize_ignorelist_EQ); in ParseLangArgs()
3984 Opts.NoSanitizeFiles.insert(Opts.NoSanitizeFiles.end(), in ParseLangArgs()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp981 NoSanitizeL(new NoSanitizeList(LangOpts.NoSanitizeFiles, SM)), in ASTContext()