Lines Matching refs:DepOpts
346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() local
347 if (!DepOpts.OutputFile.empty()) in createPreprocessor()
349 DependencyFileGenerator::CreateAndAttachToPreprocessor(*PP, DepOpts)); in createPreprocessor()
350 if (!DepOpts.DOTOutputFile.empty()) in createPreprocessor()
351 AttachDependencyGraphGen(*PP, DepOpts.DOTOutputFile, in createPreprocessor()
356 if (!ModuleDepCollector && !DepOpts.ModuleDependencyOutputDir.empty()) { in createPreprocessor()
358 DepOpts.ModuleDependencyOutputDir); in createPreprocessor()
368 if (DepOpts.ShowHeaderIncludes) in createPreprocessor()
369 AttachHeaderIncludeGen(*PP, DepOpts); in createPreprocessor()
370 if (!DepOpts.HeaderIncludeOutputFile.empty()) { in createPreprocessor()
371 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; in createPreprocessor()
374 AttachHeaderIncludeGen(*PP, DepOpts, in createPreprocessor()
379 if (DepOpts.PrintShowIncludes) { in createPreprocessor()
380 AttachHeaderIncludeGen(*PP, DepOpts, in createPreprocessor()
731 DependencyOutputOptions &DepOpts, const FrontendOptions &Opts) { in InitializeSourceManager() argument
774 DepOpts.ShowIncludesPretendHeader = File->getName(); in InitializeSourceManager()