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()
153 DebugCompilationDir("fdebug-compilation-dir", variable444 if (!DebugCompilationDir.empty()) in main()445 Ctx.setCompilationDir(DebugCompilationDir); in main()
158 std::string DebugCompilationDir; variable
512 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()513 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
1156 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;