Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp107 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 Dllvm-mc.cpp173 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 DCodeGenOptions.h199 std::string DebugCompilationDir; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp167 CGOpts.DebugCompilationDir.clear(); in resetBenignCodeGenOptions()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp439 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 DCGDebugInfo.cpp512 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
513 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1762 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;