Searched refs:hashType (Results 1 – 10 of 10) sorted by relevance
/llvm-project/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() 106 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData, 114 static GloballyHashedType hashType(CVType Type, in hashType() function 117 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType() 127 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 143 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes() 163 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds() 172 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
|
/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
H A D | code-signature-check.py | 68 hashType: int 89 hashType: int 112 hashType: int 137 hashType: int 165 hashType: int
|
/llvm-project/lld/test/MachO/Inputs/ |
H A D | code-signature-check.py | 68 hashType: int 89 hashType: int 112 hashType: int 137 hashType: int 165 hashType: int
|
/llvm-project/llvm/lib/IR/ |
H A D | StructuralHash.cpp | 49 static stable_hash hashType(Type *ValueType) { in updateOperand() 122 Hashes.emplace_back(hashType(Ty)); in update() 205 Hashes.emplace_back(hashType(Operand->getType())); 217 Hashes.emplace_back(hashType(Inst.getType())); 39 void hashType(Type *ValueType) { hashType() function in __anon92d83dca0111::StructuralHashImpl
|
/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 | 88 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes() 119 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in replaceType()
|
/llvm-project/lld/COFF/ |
H A D | DebugTypes.cpp | 864 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes() 886 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec));
|
/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 499 CodeDirectory->hashType = MachO::kSecCodeSignatureHashSHA256; in writeCodeSignatureData()
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 2366 uint8_t hashType; /* type of hash (cdHashType* constants) */ 2332 uint8_t hashType; /* type of hash (cdHashType* constants) */ global() member
|
/llvm-project/lld/MachO/ |
H A D | SyntheticSections.cpp | 1645 codeDirectory->hashType = kSecCodeSignatureHashSHA256; in writeTo()
|