Home | History | Annotate | Download | only in Frontend

Lines Matching refs:DepOpts

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