Home
last modified time | relevance | path

Searched refs:hashType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h39 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 Dcode-signature-check.py57 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 Dcode-signature-check.py57 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 DTypeHashing.cpp28 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 DGlobalTypeTableBuilder.cpp90 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes()
121 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in replaceType()
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp814 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 DMachOWriter.cpp499 CodeDirectory->hashType = MachO::kSecCodeSignatureHashSHA256; in writeCodeSignatureData()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h2195 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1353 codeDirectory->hashType = kSecCodeSignatureHashSHA256; in writeTo()