Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceScriptStmt.cpp191 using VersionInfoFixedType = VersionInfoFixed::VersionInfoFixedType; typedef
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()
232 if (!isTypeSupported((VersionInfoFixedType)Type)) in log()
DResourceScriptStmt.h737 enum VersionInfoFixedType { enum
750 static const StringMap<VersionInfoFixedType> FixedFieldsInfoMap;
757 static VersionInfoFixedType getFixedType(StringRef Type);
758 static bool isTypeSupported(VersionInfoFixedType Type);
759 static bool isVersionType(VersionInfoFixedType Type);
763 void setValue(VersionInfoFixedType Type, ArrayRef<uint32_t> Value) { in setValue()
DResourceFileWriter.cpp1462 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) { in writeVersionInfoBody()