HomeSort by: relevance | last modified time | path
    Searched refs:VersionInfoFixedType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptStmt.cpp 194 using VersionInfoFixedType = VersionInfoFixed::VersionInfoFixedType;
201 const StringMap<VersionInfoFixedType> VersionInfoFixed::FixedFieldsInfoMap = {
210 VersionInfoFixedType VersionInfoFixed::getFixedType(StringRef Type) {
218 bool VersionInfoFixed::isTypeSupported(VersionInfoFixedType Type) {
222 bool VersionInfoFixed::isVersionType(VersionInfoFixedType Type) {
235 if (!isTypeSupported((VersionInfoFixedType)Type))
ResourceScriptStmt.h 792 enum VersionInfoFixedType {
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) {
ResourceFileWriter.cpp 1474 auto GetField = [&](VersionInfoFixed::VersionInfoFixedType Type) {

Completed in 16 milliseconds