Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp52 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { in getTagRecordHashForUdt() function
93 return getTagRecordHashForUdt<ClassRecord>(Type); in hashTagRecord()
95 return getTagRecordHashForUdt<UnionRecord>(Type); in hashTagRecord()
97 return getTagRecordHashForUdt<EnumRecord>(Type); in hashTagRecord()