Searched refs:hashType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DebugTypes.cpp | 844 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes() 863 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes()
|
| /freebsd-13.1/contrib/llvm-project/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1227 codeDirectory->hashType = kSecCodeSignatureHashSHA256; in writeTo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 2162 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
|