Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h179 std::string DIBugsReportFilePath; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp961 if (!CodeGenOpts.DIBugsReportFilePath.empty()) in EmitAssembly()
963 CodeGenOpts.DIBugsReportFilePath); in EmitAssembly()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1656 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) { in ParseCodeGenArgs()
1658 << Opts.DIBugsReportFilePath; in ParseCodeGenArgs()
1659 Opts.DIBugsReportFilePath = ""; in ParseCodeGenArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td5025 MarshallingInfoString<CodeGenOpts<"DIBugsReportFilePath">>;