Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DTBEHandler.cpp94 template <> struct CustomMappingTraits<std::set<ELFSymbol>> { struct
95 static void inputOne(IO &IO, StringRef Key, std::set<ELFSymbol> &Set) { in inputOne()
101 static void output(IO &IO, std::set<ELFSymbol> &Set) { in output()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackDocumentYAML.cpp208 template <> struct CustomMappingTraits<MapDocNode> { struct
210 static void inputOne(IO &IO, StringRef Key, MapDocNode &M) { in inputOne()
216 static void output(IO &IO, MapDocNode &M) { in output()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLTraits.h277 struct CustomMappingTraits { struct