Searched refs:DebugCompilationDir (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 98 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 D | llvm-mc.cpp | 178 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 D | CodeGenOptions.h | 170 std::string DebugCompilationDir; variable
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 642 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 D | CGDebugInfo.cpp | 489 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 D | Options.td | 1256 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;
|