Searched refs:hashType (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 37 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); 45 Hashes.push_back(hashType(R)); in hashTypes() 54 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 103 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, 111 static GloballyHashedType hashType(CVType Type, in hashType() function 114 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType() 124 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 140 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 160 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds() 169 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeHashing.cpp | 28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType 33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
|
| H A D | GlobalTypeTableBuilder.cpp | 96 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes() 127 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in replaceType()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 2162 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
|