Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h219 std::string DIBugsReportFilePath; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp878 if (!CodeGenOpts.DIBugsReportFilePath.empty()) in RunOptimizationPipeline()
880 CodeGenOpts.DIBugsReportFilePath); in RunOptimizationPipeline()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1801 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) { in ParseCodeGenArgs()
1803 << Opts.DIBugsReportFilePath; in ParseCodeGenArgs()
1804 Opts.DIBugsReportFilePath = ""; in ParseCodeGenArgs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7050 MarshallingInfoString<CodeGenOpts<"DIBugsReportFilePath">>;