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

#include "llvm/CodeGen/MIRYamlMapping.h"

Static Public Member Functions

static void output (const UnsignedValue &Value, void *Ctx, raw_ostream &OS)
 
static StringRef input (StringRef Scalar, void *Ctx, UnsignedValue &Value)
 
static QuotingType mustQuote (StringRef Scalar)
 

Detailed Description

template<>
struct llvm::yaml::ScalarTraits< UnsignedValue >

Definition at line 111 of file MIRYamlMapping.h.

Member Function Documentation

◆ input()

static StringRef llvm::yaml::ScalarTraits< UnsignedValue >::input ( StringRef  Scalar,
void *  Ctx,
UnsignedValue Value 
)
inlinestatic

◆ mustQuote()

static QuotingType llvm::yaml::ScalarTraits< UnsignedValue >::mustQuote ( StringRef  Scalar)
inlinestatic

Definition at line 123 of file MIRYamlMapping.h.

◆ output()

static void llvm::yaml::ScalarTraits< UnsignedValue >::output ( const UnsignedValue Value,
void *  Ctx,
raw_ostream OS 
)
inlinestatic

Definition at line 112 of file MIRYamlMapping.h.

References llvm::yaml::UnsignedValue::Value.


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