Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h32 struct LocallyHashedType { struct
37 static LocallyHashedType hashType(ArrayRef<uint8_t> RecordData); argument
41 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes() argument
42 std::vector<LocallyHashedType> Hashes; in hashTypes()
50 static std::vector<LocallyHashedType>
52 std::vector<LocallyHashedType> Hashes; in hashTypeCollection() argument
180 template <> struct DenseMapInfo<codeview::LocallyHashedType> {
181 static codeview::LocallyHashedType Empty;
182 static codeview::LocallyHashedType Tombstone;
184 static codeview::LocallyHashedType getEmptyKey() { return Empty; }
[all …]
H A DMergingTypeTableBuilder.h38 DenseMap<LocallyHashedType, TypeIndex> HashedRecords;
/netbsd-src/external/apache2/llvm/dist/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.cpp97 LocallyHashedType WeakHash{Hash, Record}; in insertRecordAs()
138 LocallyHashedType WeakHash{hash_value(Record), Record}; in replaceType()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1399 auto LocalHashes = LocallyHashedType::hashTypeCollection(Types); in dumpTypesFromObjectFile()
1407 LocallyHashedType &L = std::get<0>(H); in dumpTypesFromObjectFile()