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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp52 static Expected<TagRecordHash> getTagRecordHashForUdt(const CVType &Rec) { function
93 return getTagRecordHashForUdt<ClassRecord>(Type);
95 return getTagRecordHashForUdt<UnionRecord>(Type);
97 return getTagRecordHashForUdt<EnumRecord>(Type);

Completed in 103 milliseconds