Searched refs:hashTypeRecord (Results 1 – 4 of 4) sorted by relevance
19 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
106 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { in hashTypeRecord() function in llvm::pdb
235 Expected<uint32_t> MaybeHash = hashTypeRecord(Record); in visitTypeBegin()
378 auto Hash = pdb::hashTypeRecord(Type); in addTypeInfo()