Searched refs:DIBugsReportFilePath (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h219 std::string DIBugsReportFilePath; member in class:clang::CodeGenOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp878 if (!CodeGenOpts.DIBugsReportFilePath.empty())
880 CodeGenOpts.DIBugsReportFilePath);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1801 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) {
1803 << Opts.DIBugsReportFilePath;
1804 Opts.DIBugsReportFilePath = "";

Completed in 90 milliseconds