Searched refs:DebugCompilationDir (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCodeGenOptions.h94 std::string DebugCompilationDir; member in class:clang::CodeGenOptions
/external/clang/tools/driver/
H A Dcc1as_main.cpp90 std::string DebugCompilationDir; member in struct:__anon17550::AssemblerInvocation
191 Opts.DebugCompilationDir = Args->getLastArgValue(OPT_fdebug_compilation_dir);
317 if (!Opts.DebugCompilationDir.empty())
318 Ctx.setCompilationDir(Opts.DebugCompilationDir);
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp157 DebugCompilationDir("fdebug-compilation-dir",
402 if (!DebugCompilationDir.empty())
403 Ctx.setCompilationDir(DebugCompilationDir);
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp329 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
330 return CGM.getCodeGenOpts().DebugCompilationDir;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp433 Opts.DebugCompilationDir = Args.getLastArgValue(OPT_fdebug_compilation_dir);

Completed in 476 milliseconds