Searched refs:hashType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeHashing.h | 39 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); 47 Hashes.push_back(hashType(R)); in hashTypes() 56 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection() 105 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, 113 static GloballyHashedType hashType(CVType Type, in hashType() function 116 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType() 126 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 142 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 162 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds() 171 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
| H A D | code-signature-check.py | 57 hashType: int 77 hashType: int 99 hashType: int 123 hashType: int 150 hashType: int
|
| /llvm-project-15.0.7/lld/test/MachO/Inputs/ |
| H A D | code-signature-check.py | 57 hashType: int 77 hashType: int 99 hashType: int 123 hashType: int 150 hashType: int
|
| /llvm-project-15.0.7/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 | 90 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes() 121 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in replaceType()
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | DebugTypes.cpp | 814 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes() 833 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes()
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOWriter.cpp | 499 CodeDirectory->hashType = MachO::kSecCodeSignatureHashSHA256; in writeCodeSignatureData()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 2195 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | SyntheticSections.cpp | 1353 codeDirectory->hashType = kSecCodeSignatureHashSHA256; in writeTo()
|