Searched refs:getDependencyOutputOpts (Results 1 – 6 of 6) sorted by relevance
142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function243 using CompilerInvocationBase::getDependencyOutputOpts;260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
282 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function283 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()285 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function286 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
191 if (!CI.getDependencyOutputOpts().OutputFile.empty()) { in addOutputPaths()198 if (!CI.getDependencyOutputOpts().OutputFile.empty() && in addOutputPaths()199 CI.getDependencyOutputOpts().Targets.empty()) { in addOutputPaths()298 if (!CI.getDependencyOutputOpts().OutputFile.empty()) in makeCommonInvocationForModuleBuild()299 CI.getDependencyOutputOpts().OutputFile = "-"; in makeCommonInvocationForModuleBuild()300 CI.getDependencyOutputOpts().Targets.clear(); in makeCommonInvocationForModuleBuild()564 for (auto &ExtraDep : CI.getDependencyOutputOpts().ExtraDeps) in isSafeToIgnoreCWD()
497 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
492 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1264 Inv.getDependencyOutputOpts() = DependencyOutputOptions(); in cloneForModuleCompileImpl()
154 DependencyOutputOpts = make_shared_copy(X.getDependencyOutputOpts()); in deep_copy_assign()5203 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()5206 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()5207 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()5407 GenerateDependencyOutputArgs(getDependencyOutputOpts(), Consumer); in generateCC1CommandLine()