LLVM 22.0.0git
llvm::yaml::ScalarTraits< UnsignedValue > Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Inheritance diagram for llvm::yaml::ScalarTraits< UnsignedValue >:
[legend]

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()

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

◆ mustQuote()

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

Definition at line 124 of file MIRYamlMapping.h.

References llvm::yaml::Scalar.

◆ output()

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

Definition at line 113 of file MIRYamlMapping.h.

References llvm::Value::Value().


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