HomeSort by: relevance | last modified time | path
    Searched refs:DebugCompilationDir (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1as_main.cpp 98 std::string DebugCompilationDir;
245 Opts.DebugCompilationDir = A->getValue();
421 if (!Opts.DebugCompilationDir.empty())
422 Ctx.setCompilationDir(Opts.DebugCompilationDir);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp 153 DebugCompilationDir("fdebug-compilation-dir",
444 if (!DebugCompilationDir.empty())
445 Ctx.setCompilationDir(DebugCompilationDir);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
CodeGenOptions.h 158 std::string DebugCompilationDir;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 512 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
513 return CGM.getCodeGenOpts().DebugCompilationDir;

Completed in 22 milliseconds