Searched refs:DebugCompilationDir (Results 1 – 5 of 5) sorted by relevance
98 std::string DebugCompilationDir; member245 Opts.DebugCompilationDir = A->getValue(); in CreateFromArgs()421 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssemblerImpl()422 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssemblerImpl()
180 DebugCompilationDir("fdebug-compilation-dir", variable477 if (!DebugCompilationDir.empty()) in main()478 Ctx.setCompilationDir(DebugCompilationDir); in main()
158 std::string DebugCompilationDir; variable
485 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()486 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
1160 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;