Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h40 LLVM_ABI static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData);
48 Hashes.push_back(hashType(R)); in hashTypes()
57 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection()
108 hashType(ArrayRef<uint8_t> RecordData,
116 static GloballyHashedType hashType(CVType Type, in hashType() function
119 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType()
129 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes()
145 GloballyHashedType H = hashType(R, Hashes, Hashes); in hashTypes()
165 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds()
174 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStructuralHash.cpp49 static stable_hash hashType(Type *ValueType) { in hashType() function in __anon8dbff9370111::StructuralHashImpl
122 Hashes.emplace_back(hashType(Ty)); in hashConstant()
205 Hashes.emplace_back(hashType(Operand->getType())); in hashOperand()
217 Hashes.emplace_back(hashType(Inst.getType())); in hashInstruction()
/freebsd/contrib/llvm-project/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.cpp88 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes()
119 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in replaceType()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp862 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes()
884 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp499 CodeDirectory->hashType = MachO::kSecCodeSignatureHashSHA256; in writeCodeSignatureData()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h2373 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1647 codeDirectory->hashType = kSecCodeSignatureHashSHA256; in writeTo()