Searched refs:DebugCompilationDir (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 107 std::string DebugCompilationDir; member 304 Opts.DebugCompilationDir = A->getValue(); in CreateFromArgs() 504 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssemblerImpl() 505 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 173 DebugCompilationDir("fdebug-compilation-dir", variable 468 if (!DebugCompilationDir.empty()) in main() 469 Ctx.setCompilationDir(DebugCompilationDir); in main()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 199 std::string DebugCompilationDir; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 167 CGOpts.DebugCompilationDir.clear(); in resetBenignCodeGenOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 439 const char *DebugCompilationDir, in addDebugObjectName() argument 452 (!DebugCompilationDir || in addDebugObjectName() 453 llvm::sys::path::is_absolute(DebugCompilationDir))) { in addDebugObjectName() 4807 const char *DebugCompilationDir = in renderDebugOptions() local 4814 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in renderDebugOptions() 8594 const char *DebugCompilationDir = in ConstructJob() local 8730 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in ConstructJob() 8743 addDebugObjectName(Args, NewArgs, DebugCompilationDir, in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 512 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname() 513 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1762 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;
|