Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp109 template <> struct BlockScalarTraits<StringBlockVal> { struct
110 static void output(const StringBlockVal &S, void *Ctx, raw_ostream &OS) { in output()
114 static StringRef input(StringRef Scalar, void *Ctx, StringBlockVal &S) { in input()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h179 struct BlockScalarTraits { struct
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp174 template <> struct BlockScalarTraits<Module> { struct
175 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { in output()
179 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { in input()