Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Remarks/
DYAMLRemarkSerializer.cpp110 template <> struct BlockScalarTraits<StringBlockVal> { struct
111 static void output(const StringBlockVal &S, void *Ctx, raw_ostream &OS) { in output()
115 static StringRef input(StringRef Scalar, void *Ctx, StringBlockVal &S) { in input()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DYAMLTraits.h179 struct BlockScalarTraits { struct
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMIRPrinter.cpp183 template <> struct BlockScalarTraits<Module> { struct
184 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { in output()
188 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { in input()