Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp98 std::string DebugCompilationDir; member
254 Opts.DebugCompilationDir = A->getValue(); in CreateFromArgs()
442 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssemblerImpl()
443 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp178 DebugCompilationDir("fdebug-compilation-dir", variable
475 if (!DebugCompilationDir.empty()) in main()
476 Ctx.setCompilationDir(DebugCompilationDir); in main()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCodeGenOptions.h170 std::string DebugCompilationDir; variable
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp642 const char *DebugCompilationDir, in addDebugObjectName() argument
655 (!DebugCompilationDir || in addDebugObjectName()
656 llvm::sys::path::is_absolute(DebugCompilationDir))) { in addDebugObjectName()
5837 const char *DebugCompilationDir = in ConstructJob() local
7240 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in ConstructJob()
7941 const char *DebugCompilationDir = in ConstructJob() local
8063 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in ConstructJob()
8076 addDebugObjectName(Args, NewArgs, DebugCompilationDir, in ConstructJob()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp489 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
490 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td1256 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;