Searched refs:GlobalHashes (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp185 ArrayRef<GloballyHashedType> GlobalHashes; member in class:__anon3615::TypeStreamMerger
278 GlobalHashes = Hashes;
291 GlobalHashes = Hashes;
304 GlobalHashes = Hashes;
368 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()];
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1404 auto GlobalHashes = GloballyHashedType::hashTypeCollection(Types);
1405 assert(LocalHashes.size() == GlobalHashes.size());
1409 for (auto H : zip(LocalHashes, GlobalHashes)) {

Completed in 114 milliseconds