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

/netbsd-current/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp98 std::string DebugCompilationDir; member in struct:__anon1177::AssemblerInvocation
245 Opts.DebugCompilationDir = A->getValue();
421 if (!Opts.DebugCompilationDir.empty())
422 Ctx.setCompilationDir(Opts.DebugCompilationDir);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp153 DebugCompilationDir("fdebug-compilation-dir",
444 if (!DebugCompilationDir.empty())
445 Ctx.setCompilationDir(DebugCompilationDir);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h158 std::string DebugCompilationDir; member in class:clang::CodeGenOptions
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp512 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty())
513 return CGM.getCodeGenOpts().DebugCompilationDir;

Completed in 217 milliseconds