Searched refs:VersionInfoFixedType (Results 1 – 3 of 3) sorted by relevance
194 using VersionInfoFixedType = VersionInfoFixed::VersionInfoFixedType; typedef201 const StringMap<VersionInfoFixedType> VersionInfoFixed::FixedFieldsInfoMap = {210 VersionInfoFixedType VersionInfoFixed::getFixedType(StringRef Type) { in getFixedType()218 bool VersionInfoFixed::isTypeSupported(VersionInfoFixedType Type) { in isTypeSupported()222 bool VersionInfoFixed::isVersionType(VersionInfoFixedType Type) { in isVersionType()235 if (!isTypeSupported((VersionInfoFixedType)Type)) in log()
792 enum VersionInfoFixedType { enum805 static const StringMap<VersionInfoFixedType> FixedFieldsInfoMap;812 static VersionInfoFixedType getFixedType(StringRef Type);813 static bool isTypeSupported(VersionInfoFixedType Type);814 static bool isVersionType(VersionInfoFixedType Type);818 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue()
1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()