Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp104 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 Dllvm-mc.cpp186 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 DObjectFilePCHContainerWriter.cpp165 CodeGenOpts.DebugCompilationDir = in PCHContainerGenerator()
166 CI.getInvocation().getCodeGenOpts().DebugCompilationDir; in PCHContainerGenerator()
H A DCGDebugInfo.cpp653 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
654 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp168 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 DCodeGenOptions.h207 std::string DebugCompilationDir; variable
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp261 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 DOptions.td1729 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;