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.cpp100 std::string DebugCompilationDir; member
279 Opts.DebugCompilationDir = A->getValue(); in CreateFromArgs()
476 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssemblerImpl()
477 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssemblerImpl()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp178 DebugCompilationDir("fdebug-compilation-dir", variable
478 if (!DebugCompilationDir.empty()) in main()
479 Ctx.setCompilationDir(DebugCompilationDir); in main()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp164 CodeGenOpts.DebugCompilationDir = in PCHContainerGenerator()
165 CI.getInvocation().getCodeGenOpts().DebugCompilationDir; in PCHContainerGenerator()
H A DCGDebugInfo.cpp502 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
503 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h195 std::string DebugCompilationDir; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp129 CI.getCodeGenOpts().DebugCompilationDir.clear(); in makeCommonInvocationForModuleBuild()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp434 const char *DebugCompilationDir, in addDebugObjectName() argument
447 (!DebugCompilationDir || in addDebugObjectName()
448 llvm::sys::path::is_absolute(DebugCompilationDir))) { in addDebugObjectName()
4575 const char *DebugCompilationDir = in renderDebugOptions() local
4582 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in renderDebugOptions()
8342 const char *DebugCompilationDir = in ConstructJob() local
8470 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in ConstructJob()
8483 addDebugObjectName(Args, NewArgs, DebugCompilationDir, in ConstructJob()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1661 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;