LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::yaml::BlockScalarTraits< BlockStringValue > Struct Template Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Static Public Member Functions

static void output (const BlockStringValue &S, void *Ctx, raw_ostream &OS)
 
static StringRef input (StringRef Scalar, void *Ctx, BlockStringValue &S)
 

Detailed Description

template<>
struct llvm::yaml::BlockScalarTraits< BlockStringValue >

Definition at line 87 of file MIRYamlMapping.h.

Member Function Documentation

◆ input()

static StringRef llvm::yaml::BlockScalarTraits< BlockStringValue >::input ( StringRef  Scalar,
void *  Ctx,
BlockStringValue S 
)
inlinestatic

◆ output()

static void llvm::yaml::BlockScalarTraits< BlockStringValue >::output ( const BlockStringValue S,
void *  Ctx,
raw_ostream OS 
)
inlinestatic

The documentation for this struct was generated from the following file: