Searched refs:getHashForUdt (Results 1 – 1 of 1) sorted by relevance
27 static uint32_t getHashForUdt(const TagRecord &Rec, in getHashForUdt() function43 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { in getHashForUdt() function48 return getHashForUdt(Deserialized, Rec.data()); in getHashForUdt()62 uint32_t ThisRecordHash = getHashForUdt(Deserialized, Rec.data()); in getTagRecordHashForUdt()110 return getHashForUdt<ClassRecord>(Rec); in hashTypeRecord()112 return getHashForUdt<UnionRecord>(Rec); in hashTypeRecord()114 return getHashForUdt<EnumRecord>(Rec); in hashTypeRecord()