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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp27 static uint32_t getHashForUdt(const TagRecord &Rec, function
43 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { function
48 return getHashForUdt(Deserialized, Rec.data());
62 uint32_t ThisRecordHash = getHashForUdt(Deserialized, Rec.data());
110 return getHashForUdt<ClassRecord>(Rec);
112 return getHashForUdt<UnionRecord>(Rec);
114 return getHashForUdt<EnumRecord>(Rec);

Completed in 102 milliseconds