Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp37 template <> struct CustomMappingTraits<IdHashNodeStableMapTy> {
38 static void inputOne(IO &io, StringRef Key, IdHashNodeStableMapTy &V) { in inputOne()
49 static void output(IO &io, IdHashNodeStableMapTy &V) { in output()
59 IdHashNodeStableMapTy IdNodeStableMap; in serialize()
75 IdHashNodeStableMapTy IdNodeStableMap; in deserialize()
99 IdHashNodeStableMapTy IdNodeStableMap; in serializeYAML()
106 IdHashNodeStableMapTy IdNodeStableMap; in deserializeYAML()
115 IdHashNodeStableMapTy &IdNodeStableMap) const { in convertToStableData()
145 const IdHashNodeStableMapTy &IdNodeStableMap) { in convertFromStableData()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenData/
H A DOutlinedHashTreeRecord.h31 using IdHashNodeStableMapTy = std::map<unsigned, HashNodeStable>; variable
67 void convertToStableData(IdHashNodeStableMapTy &IdNodeStableMap) const;
70 void convertFromStableData(const IdHashNodeStableMapTy &IdNodeStableMap);