Home
last modified time | relevance | path

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

/external/clang/tools/driver/
Dcc1as_main.cpp93 std::string DebugCompilationDir; member
205 Opts.DebugCompilationDir = Args->getLastArgValue(OPT_fdebug_compilation_dir); in CreateFromArgs()
337 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssembler()
338 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssembler()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h110 std::string DebugCompilationDir; variable
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp154 DebugCompilationDir("fdebug-compilation-dir", variable
424 if (!DebugCompilationDir.empty()) in main()
425 Ctx.setCompilationDir(DebugCompilationDir); in main()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp304 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
305 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp482 Opts.DebugCompilationDir = Args.getLastArgValue(OPT_fdebug_compilation_dir); in ParseCodeGenArgs()