Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp28 static uint32_t getHashForUdt(const TagRecord &Rec, in getHashForUdt() function
44 static Expected<uint32_t> getHashForUdt(const CVType &Rec) { in getHashForUdt() function
49 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()