Home
last modified time | relevance | path

Searched refs:VersionInfoFixed (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp190 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; typedef
191 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()
DResourceFileWriter.cpp1461 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; in writeVersionInfoBody() typedef
1462 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()
DResourceScriptStmt.h735 class VersionInfoFixed {
761 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed() function
772 VersionInfoFixed FixedData;
775 VersionInfoFixed &&FixedInfo, uint16_t Flags) in VersionInfoResource()
DResourceScriptParser.h167 Expected<VersionInfoResource::VersionInfoFixed> parseVersionInfoFixed();
DResourceScriptParser.cpp738 Expected<VersionInfoResource::VersionInfoFixed>
740 using RetType = VersionInfoResource::VersionInfoFixed; in parseVersionInfoFixed()