Searched refs:DependencyOutputFormat (Results 1 – 4 of 4) sorted by relevance
21 enum class DependencyOutputFormat { Make, NMake }; enum51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
128 DependencyOutputFormat OutputFormat;
283 DependencyOutputFormat OutputFormat) { in PrintFilename()288 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()298 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
725 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,726 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;