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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h37 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData);
45 Hashes.push_back(hashType(R));
54 Hashes.push_back(hashType(Type.RecordData));
93 static GloballyHashedType hashType(ArrayRef<uint8_t> RecordData,
101 static GloballyHashedType hashType(CVType Type, function in struct:llvm::codeview::GloballyHashedType
104 return hashType(Type.RecordData, PreviousTypes, PreviousIds);
114 GloballyHashedType H = hashType(R, Hashes, Hashes);
130 GloballyHashedType H = hashType(R, Hashes, Hashes);
150 IdHashes.push_back(hashType(R, TypeHashes, IdHashes));
159 Hashes.push_back(hashType(Typ
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { function in class:LocallyHashedType
33 GloballyHashedType::hashType(ArrayRef<uint8_t> RecordData, function in class:GloballyHashedType
H A DGlobalTypeTableBuilder.cpp89 GloballyHashedType::hashType(Record, SeenHashes, SeenHashes);

Completed in 167 milliseconds