Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h792 enum VersionInfoFixedType { enum
805 static const StringMap<VersionInfoFixedType> FixedFieldsInfoMap;
812 static VersionInfoFixedType getFixedType(StringRef Type);
813 static bool isTypeSupported(VersionInfoFixedType Type);
814 static bool isVersionType(VersionInfoFixedType Type);
818 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue()
H A DResourceFileWriter.cpp1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()