Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp193 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; typedef
194 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()
H A DResourceFileWriter.cpp1473 using VersionInfoFixed = VersionInfoResource::VersionInfoFixed; in writeVersionInfoBody() typedef
1474 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()
H A DResourceScriptParser.h163 Expected<VersionInfoResource::VersionInfoFixed> parseVersionInfoFixed();
H A DResourceScriptStmt.h792 class VersionInfoFixed {
818 VersionInfoFixed() : IsTypePresent(FtNumTypes, false) {} in VersionInfoFixed() function
829 VersionInfoFixed FixedData;
832 VersionInfoFixed &&FixedInfo, uint16_t Flags) in VersionInfoResource()
H A DResourceScriptParser.cpp761 Expected<VersionInfoResource::VersionInfoFixed>
763 using RetType = VersionInfoResource::VersionInfoFixed; in parseVersionInfoFixed()