Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h35 struct LocallyHashedType { struct
40 LLVM_ABI static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); argument
44 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes() argument
45 std::vector<LocallyHashedType> Hashes; in hashTypes()
53 static std::vector<LocallyHashedType>
55 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() argument
185 template <> struct DenseMapInfo<codeview::LocallyHashedType> {
186 LLVM_ABI static codeview::LocallyHashedType Empty;
187 LLVM_ABI static codeview::LocallyHashedType Tombstone;
189 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
[all …]
H A DMergingTypeTableBuilder.h25 struct LocallyHashedType;
39 DenseMap<LocallyHashedType, TypeIndex> HashedRecords;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp17 LocallyHashedType DenseMapInfo<LocallyHashedType>::Empty{0, {}};
18 LocallyHashedType DenseMapInfo<LocallyHashedType>::Tombstone{hash_code(-1), {}};
28 LocallyHashedType LocallyHashedType::hashType(ArrayRef<uint8_t> RecordData) { in hashType()
H A DMergingTypeTableBuilder.cpp90 LocallyHashedType WeakHash{Hash, Record}; in insertRecordAs()
131 LocallyHashedType WeakHash{hash_value(Record), Record}; in replaceType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1301 auto LocalHashes = LocallyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile()
1309 LocallyHashedType &L = std::get<0>(H); in dumpTypesFromObjectFile()