LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< StringValue > Struct Reference

#include "llvm/CodeGen/MIRYamlMapping.h"

Static Public Member Functions

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

Detailed Description

Definition at line 47 of file MIRYamlMapping.h.

Member Function Documentation

◆ input()

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

◆ mustQuote()

static QuotingType llvm::yaml::ScalarTraits< StringValue >::mustQuote ( StringRef  S)
inlinestatic

Definition at line 60 of file MIRYamlMapping.h.

◆ output()

static void llvm::yaml::ScalarTraits< StringValue >::output ( const StringValue S,
void *  ,
raw_ostream OS 
)
inlinestatic

Definition at line 48 of file MIRYamlMapping.h.

References OS, and llvm::yaml::StringValue::Value.


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