Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h223 std::string DIBugsReportFilePath; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp910 if (!CodeGenOpts.DIBugsReportFilePath.empty()) in RunOptimizationPipeline()
912 CodeGenOpts.DIBugsReportFilePath); in RunOptimizationPipeline()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1877 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) { in ParseCodeGenArgs()
1879 << Opts.DIBugsReportFilePath; in ParseCodeGenArgs()
1880 Opts.DIBugsReportFilePath = ""; in ParseCodeGenArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7362 MarshallingInfoString<CodeGenOpts<"DIBugsReportFilePath">>;