Searched refs:VersionInfoFixed (Results 1 – 5 of 5) sorted by relevance
190 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; typedef191 using VersionInfoFixedType = VersionInfoFixed::VersionInfoFixedType;194 VersionInfoFixed::FixedFieldsNames[VersionInfoFixed::FtNumTypes] = {198 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()230 raw_ostream &VersionInfoFixed::log(raw_ostream &OS) const { in log()
1461 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; in writeVersionInfoBody() typedef1462 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()1469 auto FileVer = GetField(VersionInfoFixed::FtFileVersion); in writeVersionInfoBody()1475 auto ProdVer = GetField(VersionInfoFixed::FtProductVersion); in writeVersionInfoBody()1482 FixedInfo.FileFlagsMask = GetField(VersionInfoFixed::FtFileFlagsMask)[0]; in writeVersionInfoBody()1483 FixedInfo.FileFlags = GetField(VersionInfoFixed::FtFileFlags)[0]; in writeVersionInfoBody()1484 FixedInfo.FileOS = GetField(VersionInfoFixed::FtFileOS)[0]; in writeVersionInfoBody()1485 FixedInfo.FileType = GetField(VersionInfoFixed::FtFileType)[0]; in writeVersionInfoBody()1486 FixedInfo.FileSubtype = GetField(VersionInfoFixed::FtFileSubtype)[0]; in writeVersionInfoBody()
735 class VersionInfoFixed {761 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed() function772 VersionInfoFixed FixedData;775 VersionInfoFixed &&FixedInfo, uint16_t Flags) in VersionInfoResource()
167 Expected<VersionInfoResource::VersionInfoFixed> parseVersionInfoFixed();
738 Expected<VersionInfoResource::VersionInfoFixed>740 using RetType = VersionInfoResource::VersionInfoFixed; in parseVersionInfoFixed()