Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h179 std::string DIBugsReportFilePath; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp967 if (!CodeGenOpts.DIBugsReportFilePath.empty()) in EmitAssembly()
969 CodeGenOpts.DIBugsReportFilePath); in EmitAssembly()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1659 if (!Opts.EnableDIPreservationVerify && Opts.DIBugsReportFilePath.size()) { in ParseCodeGenArgs()
1661 << Opts.DIBugsReportFilePath; in ParseCodeGenArgs()
1662 Opts.DIBugsReportFilePath = ""; in ParseCodeGenArgs()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5082 MarshallingInfoString<CodeGenOpts<"DIBugsReportFilePath">>;