Home
last modified time | relevance | path

Searched refs:LocallyHashedType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h33 struct LocallyHashedType { struct
38 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); argument
43 std::vector<LocallyHashedType> Hashes; in hashTypes()
51 static std::vector<LocallyHashedType>
53 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() argument
149 template <> struct DenseMapInfo<codeview::LocallyHashedType> {
150 static codeview::LocallyHashedType Empty;
151 static codeview::LocallyHashedType Tombstone;
161 static bool isEqual(codeview::LocallyHashedType LHS,
162 codeview::LocallyHashedType RHS) {
[all …]
H A DMergingTypeTableBuilder.h42 DenseMap<LocallyHashedType, TypeIndex> HashedRecords;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};
19 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}};
29 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType()
H A DMergingTypeTableBuilder.cpp100 LocallyHashedType WeakHash{Hash, Record}; in insertRecordAs()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1332 auto LocalHashes = LocallyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile()
1340 LocallyHashedType &L = std::get<0>(H); in dumpTypesFromObjectFile()