Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h191 std::string DIBugsReportFilePath; variable
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp798 if (!CodeGenOpts.DIBugsReportFilePath.empty()) in RunOptimizationPipeline()
800 CodeGenOpts.DIBugsReportFilePath); in RunOptimizationPipeline()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp1688 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) { in ParseCodeGenArgs()
1690 << Opts.DIBugsReportFilePath; in ParseCodeGenArgs()
1691 Opts.DIBugsReportFilePath = ""; in ParseCodeGenArgs()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td5532 MarshallingInfoString<CodeGenOpts<"DIBugsReportFilePath">>;