Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp180 DebugCompilationDir("fdebug-compilation-dir", variable
477 if (!DebugCompilationDir.empty()) in main()
478 Ctx.setCompilationDir(DebugCompilationDir); in main()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h158 std::string DebugCompilationDir; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp485 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
486 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1160 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;