Searched refs:DependencyOutputFormat (Results 1 – 3 of 3) sorted by relevance
19 enum class DependencyOutputFormat { Make, NMake }; enum35 DependencyOutputFormat OutputFormat;70 OutputFormat = DependencyOutputFormat::Make; in DependencyOutputOptions()
164 DependencyOutputFormat OutputFormat;365 DependencyOutputFormat OutputFormat) { in PrintFilename()366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()376 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
866 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()