Home
last modified time | relevance | path

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

/external/clang/tools/driver/
Dcc1as_main.cpp94 std::string DebugCompilationDir; member
206 Opts.DebugCompilationDir = Args.getLastArgValue(OPT_fdebug_compilation_dir); in CreateFromArgs()
350 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssembler()
351 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssembler()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp158 DebugCompilationDir("fdebug-compilation-dir", variable
453 if (!DebugCompilationDir.empty()) in main()
454 Ctx.setCompilationDir(DebugCompilationDir); in main()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h125 std::string DebugCompilationDir; variable
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp338 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
339 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp578 Opts.DebugCompilationDir = Args.getLastArgValue(OPT_fdebug_compilation_dir); in ParseCodeGenArgs()