Searched refs:DIBugsReportFilePath (Results 1 – 4 of 4) sorted by relevance
223 std::string DIBugsReportFilePath; variable
910 if (!CodeGenOpts.DIBugsReportFilePath.empty()) in RunOptimizationPipeline()912 CodeGenOpts.DIBugsReportFilePath); in RunOptimizationPipeline()
1877 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) { in ParseCodeGenArgs()1879 << Opts.DIBugsReportFilePath; in ParseCodeGenArgs()1880 Opts.DIBugsReportFilePath = ""; in ParseCodeGenArgs()
7362 MarshallingInfoString<CodeGenOpts<"DIBugsReportFilePath">>;