Home
last modified time | relevance | path

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

/external/clang/tools/driver/
Dcc1as_main.cpp93 std::string DebugCompilationDir; member
206 Opts.DebugCompilationDir = Args.getLastArgValue(OPT_fdebug_compilation_dir); in CreateFromArgs()
351 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssembler()
352 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssembler()
/external/llvm-project/clang/tools/driver/
Dcc1as_main.cpp97 std::string DebugCompilationDir; member
239 Opts.DebugCompilationDir = in CreateFromArgs()
407 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssembler()
408 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssembler()
/external/llvm-project/llvm/tools/llvm-mc/
Dllvm-mc.cpp153 DebugCompilationDir("fdebug-compilation-dir", variable
424 if (!DebugCompilationDir.empty()) in main()
425 Ctx.setCompilationDir(DebugCompilationDir); in main()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp163 DebugCompilationDir("fdebug-compilation-dir", variable
461 if (!DebugCompilationDir.empty()) in main()
462 Ctx.setCompilationDir(DebugCompilationDir); in main()
/external/clang/include/clang/Frontend/
DCodeGenOptions.h111 std::string DebugCompilationDir; variable
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h159 std::string DebugCompilationDir; variable
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp377 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
378 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp511 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
512 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp697 Opts.DebugCompilationDir = Args.getLastArgValue(OPT_fdebug_compilation_dir); in ParseCodeGenArgs()
/external/llvm-project/clang/lib/Frontend/
DCompilerInvocation.cpp1300 Opts.DebugCompilationDir = in ParseCodeGenArgs()