Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h211 std::string DIBugsReportFilePath; variable
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp866 if (!CodeGenOpts.DIBugsReportFilePath.empty()) in RunOptimizationPipeline()
868 CodeGenOpts.DIBugsReportFilePath); in RunOptimizationPipeline()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp1696 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) { in ParseCodeGenArgs()
1698 << Opts.DIBugsReportFilePath; in ParseCodeGenArgs()
1699 Opts.DIBugsReportFilePath = ""; in ParseCodeGenArgs()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td5696 MarshallingInfoString<CodeGenOpts<"DIBugsReportFilePath">>;