Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp53 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { in getTagRecordHashForUdt() function
94 return getTagRecordHashForUdt<ClassRecord>(Type); in hashTagRecord()
96 return getTagRecordHashForUdt<UnionRecord>(Type); in hashTagRecord()
98 return getTagRecordHashForUdt<EnumRecord>(Type); in hashTagRecord()