Searched refs:hashType (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 38 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); 46 Hashes.push_back(hashType(R)); in hashTypes() 55 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 92 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, 100 static GloballyHashedType hashType(CVType Type, in hashType() function 103 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType() 112 Hashes.push_back(hashType(R, Hashes, Hashes)); in hashTypes() 124 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds() 133 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeHashing.cpp | 29 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType 34 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
|
| H A D | GlobalTypeTableBuilder.cpp | 97 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes()
|