Searched refs:VersionInfoFixedType (Results 1 – 3 of 3) sorted by relevance
191 using VersionInfoFixedType = VersionInfoFixed::VersionInfoFixedType; typedef198 const StringMap<VersionInfoFixedType> VersionInfoFixed::FixedFieldsInfoMap = {207 VersionInfoFixedType VersionInfoFixed::getFixedType(StringRef Type) { in getFixedType()215 bool VersionInfoFixed::isTypeSupported(VersionInfoFixedType Type) { in isTypeSupported()219 bool VersionInfoFixed::isVersionType(VersionInfoFixedType Type) { in isVersionType()232 if (!isTypeSupported((VersionInfoFixedType)Type)) in log()
737 enum VersionInfoFixedType { enum750 static const StringMap<VersionInfoFixedType> FixedFieldsInfoMap;757 static VersionInfoFixedType getFixedType(StringRef Type);758 static bool isTypeSupported(VersionInfoFixedType Type);759 static bool isVersionType(VersionInfoFixedType Type);763 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue()
1462 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()