Home
last modified time | relevance | path

Searched defs:CustomMappingTraits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp207 template <> struct CustomMappingTraits<MapDocNode> { struct
209 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne()
215 static void output(IO &IO, MapDocNode &M) { in output()
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp37 template <> struct CustomMappingTraits<IdHashNodeStableMapTy> { struct
38 static void inputOne(IO &io, StringRef Key, IdHashNodeStableMapTy &V) { in inputOne()
49 static void output(IO &io, IdHashNodeStableMapTy &V) { in output()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h277 struct CustomMappingTraits { struct