Searched refs:getHashForUdt (Results 1 – 1 of 1) sorted by relevance
28 static uint32_t getHashForUdt(const TagRecord &Rec, in getHashForUdt() function44 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { in getHashForUdt() function49 return getHashForUdt(Deserialized, Rec.data()); in getHashForUdt()63 uint32_t ThisRecordHash = getHashForUdt(Deserialized, Rec.data()); in getTagRecordHashForUdt()111 return getHashForUdt<ClassRecord>(Rec); in hashTypeRecord()113 return getHashForUdt<UnionRecord>(Rec); in hashTypeRecord()115 return getHashForUdt<EnumRecord>(Rec); in hashTypeRecord()