Searched refs:hashTypeRecord (Results 1 – 5 of 5) sorted by relevance
18 Expected<uint32_t> hashTypeRecord(const llvm::codeview::CVType &Type);
105 Expected<uint32_t> llvm::pdb::hashTypeRecord(const CVType &Rec) { in hashTypeRecord() function in llvm::pdb
240 Expected<uint32_t> MaybeHash = hashTypeRecord(Record); in visitTypeBegin()
659 uint32_t pdbHash = check(pdb::hashTypeRecord(CVType(newRec))); in mergeTypeRecord()
288 auto hash = pdb::hashTypeRecord(type); in addTypeInfo()