Searched refs:DebugCompilationDir (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 99 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 D | llvm-mc.cpp | 178 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 D | CodeGenOptions.h | 190 std::string DebugCompilationDir; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 101 CI.getCodeGenOpts().DebugCompilationDir.clear(); in makeInvocationForModuleBuildWithoutOutputs()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| H A D | Clang.cpp | 561 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 D | CGDebugInfo.cpp | 503 if (!CGM.getCodeGenOpts().DebugCompilationDir.empty()) in getCurrentDirname() 504 return CGM.getCodeGenOpts().DebugCompilationDir; in getCurrentDirname()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 1284 MarshallingInfoString<CodeGenOpts<"DebugCompilationDir">>;
|