Searched refs:VersionInfoFixed (Results 1 – 5 of 5) sorted by relevance
193 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; typedef194 using VersionInfoFixedType = VersionInfoFixed::VersionInfoFixedType;197 VersionInfoFixed::FixedFieldsNames[VersionInfoFixed::FtNumTypes] = {201 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()233 raw_ostream &VersionInfoFixed::log(raw_ostream &OS) const { in log()
1473 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; in writeVersionInfoBody() typedef1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()1481 auto FileVer = GetField(VersionInfoFixed::FtFileVersion); in writeVersionInfoBody()1487 auto ProdVer = GetField(VersionInfoFixed::FtProductVersion); in writeVersionInfoBody()1494 FixedInfo.FileFlagsMask = GetField(VersionInfoFixed::FtFileFlagsMask)[0]; in writeVersionInfoBody()1495 FixedInfo.FileFlags = GetField(VersionInfoFixed::FtFileFlags)[0]; in writeVersionInfoBody()1496 FixedInfo.FileOS = GetField(VersionInfoFixed::FtFileOS)[0]; in writeVersionInfoBody()1497 FixedInfo.FileType = GetField(VersionInfoFixed::FtFileType)[0]; in writeVersionInfoBody()1498 FixedInfo.FileSubtype = GetField(VersionInfoFixed::FtFileSubtype)[0]; in writeVersionInfoBody()
790 class VersionInfoFixed {816 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed() function827 VersionInfoFixed FixedData;830 VersionInfoFixed &&FixedInfo, uint16_t Flags) in VersionInfoResource()
166 Expected<VersionInfoResource::VersionInfoFixed> parseVersionInfoFixed();
762 Expected<VersionInfoResource::VersionInfoFixed>764 using RetType = VersionInfoResource::VersionInfoFixed; in parseVersionInfoFixed()