Searched refs:DebugCompilationDir (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 104 std::string DebugCompilationDir; member 308 Opts.DebugCompilationDir = A->getValue(); in CreateFromArgs() 508 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssemblerImpl() 509 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 186 DebugCompilationDir("fdebug-compilation-dir", variable 487 if (!DebugCompilationDir.empty()) in main() 488 Ctx.setCompilationDir(DebugCompilationDir); in main()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ObjectFilePCHContainerWriter.cpp | 165 CodeGenOpts.DebugCompilationDir = in PCHContainerGenerator() 166 CI.getInvocation().getCodeGenOpts().DebugCompilationDir; in PCHContainerGenerator()
|
| H A D | CGDebugInfo.cpp | 653 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname() 654 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 168 BuildInvocation.getMutCodeGenOpts().DebugCompilationDir = in optimizeCWD() 218 CGOpts.DebugCompilationDir.clear(); in resetBenignCodeGenOptions() 552 IF_RELATIVE_RETURN_FALSE(CodeGenOpts.DebugCompilationDir); in isSafeToIgnoreCWD()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | CodeGenOptions.h | 207 std::string DebugCompilationDir; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 261 const char *DebugCompilationDir, in addDebugObjectName() argument 274 (!DebugCompilationDir || in addDebugObjectName() 275 llvm::sys::path::is_absolute(DebugCompilationDir))) { in addDebugObjectName() 4785 const char *DebugCompilationDir = in renderDebugOptions() local 4792 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in renderDebugOptions() 8653 const char *DebugCompilationDir = in ConstructJob() local 8795 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in ConstructJob() 8808 addDebugObjectName(Args, NewArgs, DebugCompilationDir, in ConstructJob()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1729 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;
|