Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp27 static uint32_t getHashForUdt(const TagRecord &Rec, in getHashForUdt() function
43 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { in getHashForUdt() function
48 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()