Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1as_main.cpp98 std::string DebugCompilationDir; member
245 Opts.DebugCompilationDir = A->getValue(); in CreateFromArgs()
421 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssemblerImpl()
422 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssemblerImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp153 DebugCompilationDir("fdebug-compilation-dir", variable
444 if (!DebugCompilationDir.empty()) in main()
445 Ctx.setCompilationDir(DebugCompilationDir); in main()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h158 std::string DebugCompilationDir; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp512 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
513 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1156 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;