Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp29 template <> struct MappingTraits<HashNodeStable> {
30 static void mapping(IO &io, HashNodeStable &res) { in mapping()
39 HashNodeStable NodeStable; in inputOne()
81 HashNodeStable NodeStable; in deserialize()
131 HashNodeStable NodeStable; in convertToStableData()
153 const HashNodeStable &NodeStable = P.second; in convertFromStableData()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenData/
H A DOutlinedHashTreeRecord.h25 struct HashNodeStable { struct
31 using IdHashNodeStableMapTy = std::map<unsigned, HashNodeStable>; argument