Home
last modified time | relevance | path

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

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