Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h38 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData);
46 Hashes.push_back(hashType(R)); in hashTypes()
55 Hashes.push_back(hashType(Type.RecordData)); in hashTypeCollection()
92 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData,
100 static GloballyHashedType hashType(CVType Type, in hashType() function
103 return hashType(Type.RecordData, PreviousTypes, PreviousIds); in hashType()
112 Hashes.push_back(hashType(R, Hashes, Hashes)); in hashTypes()
124 IdHashes.push_back(hashType(R, TypeHashes, IdHashes)); in hashIds()
133 Hashes.push_back(hashType(Type.RecordData, Hashes, Hashes)); in hashTypeCollection()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp29 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType() function in LocallyHashedType
34 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, in hashType() function in GloballyHashedType
H A DGlobalTypeTableBuilder.cpp97 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes); in insertRecordBytes()