Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1as_main.cpp99 std::string DebugCompilationDir; member
273 Opts.DebugCompilationDir = A->getValue(); in CreateFromArgs()
467 if (!Opts.DebugCompilationDir.empty()) in ExecuteAssemblerImpl()
468 Ctx.setCompilationDir(Opts.DebugCompilationDir); in ExecuteAssemblerImpl()
/openbsd-src/gnu/llvm/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp178 DebugCompilationDir("fdebug-compilation-dir", variable
475 if (!DebugCompilationDir.empty()) in main()
476 Ctx.setCompilationDir(DebugCompilationDir); in main()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h190 std::string DebugCompilationDir; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp101 CI.getCodeGenOpts().DebugCompilationDir.clear(); in makeInvocationForModuleBuildWithoutOutputs()
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp561 const char *DebugCompilationDir, in addDebugObjectName() argument
574 (!DebugCompilationDir || in addDebugObjectName()
575 llvm::sys::path::is_absolute(DebugCompilationDir))) { in addDebugObjectName()
5928 const char *DebugCompilationDir = in ConstructJob() local
7400 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in ConstructJob()
8039 const char *DebugCompilationDir = in ConstructJob() local
8162 addDebugObjectName(Args, CmdArgs, DebugCompilationDir, in ConstructJob()
8175 addDebugObjectName(Args, NewArgs, DebugCompilationDir, in ConstructJob()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp503 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname()
504 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td1284 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;