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()
794 enum VersionInfoFixedType { enum807 static const StringMap<VersionInfoFixedType> FixedFieldsInfoMap;814 static VersionInfoFixedType getFixedType(StringRef Type);815 static bool isTypeSupported(VersionInfoFixedType Type);816 static bool isVersionType(VersionInfoFixedType Type);820 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue()
1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()