Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
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()
/openbsd-src/gnu/llvm/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.cpp89 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes()
120 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in replaceType()
/openbsd-src/gnu/llvm/lld/COFF/
H A DDebugTypes.cpp855 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes()
877 hashVec.push_back(GloballyHashedType::hashType(ty, hashVec, hashVec)); in loadGHashes()
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp500 CodeDirectory->hashType = MachO::kSecCodeSignatureHashSHA256; in writeCodeSignatureData()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h2330 uint8_t hashType; /* type of hash (cdHashType* constants) */ member
/openbsd-src/gnu/llvm/lld/MachO/
H A DSyntheticSections.cpp1538 codeDirectory->hashType = kSecCodeSignatureHashSHA256; in writeTo()