Searched refs:DependencyOutputFormat (Results 1 – 4 of 4) sorted by relevance
21 enum class DependencyOutputFormat { Make, NMake }; enum51 DependencyOutputFormat OutputFormat = DependencyOutputFormat::Make;
144 DependencyOutputFormat OutputFormat;
284 DependencyOutputFormat OutputFormat) { in PrintFilename()289 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()299 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
692 MarshallingInfoFlag<DependencyOutputOpts<"OutputFormat">, "DependencyOutputFormat::Make">,693 Normalizer<"makeFlagToValueNormalizer(DependencyOutputFormat::NMake)">;