Home
last modified time | relevance | path

Searched refs:VersionInfoFixedType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp194 using VersionInfoFixedType = VersionInfoFixed::VersionInfoFixedType; typedef
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()
235 if (!isTypeSupported((VersionInfoFixedType)Type)) in log()
H A DResourceScriptStmt.h794 enum VersionInfoFixedType { enum
807 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()
H A DResourceFileWriter.cpp1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()