Searched refs:DependencyOutputFormat (Results 1 – 3 of 3) sorted by relevance
22 enum class DependencyOutputFormat { Make, NMake }; enum40 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
164 DependencyOutputFormat OutputFormat;402 DependencyOutputFormat OutputFormat) { in PrintFilename()407 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()417 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
1353 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()