Home
last modified time | relevance | path

Searched refs:hashTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h42 static std::vector<LocallyHashedType> hashTypes(Range &&Records) { in hashTypes() function
109 static std::vector<GloballyHashedType> hashTypes(Range &&Records) { in hashTypes() function
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp497 OwnedHashes = GloballyHashedType::hashTypes(Types); in mergeDebugT()
637 auto TpiHashes = GloballyHashedType::hashTypes(ExpectedTpi->typeArray()); in maybeMergeTypeServerPDB()