LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< UnsignedValue > Struct 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

Definition at line 112 of file MIRYamlMapping.h.

Member Function Documentation

◆ input()

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

Definition at line 117 of file MIRYamlMapping.h.

References llvm::yaml::Node::getSourceRange(), and llvm::Value::Value().

◆ mustQuote()

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

Definition at line 124 of file MIRYamlMapping.h.

◆ output()

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

Definition at line 113 of file MIRYamlMapping.h.

References OS, and llvm::Value::Value().


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