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

Definition at line 88 of file MIRYamlMapping.h.

Member Function Documentation

◆ input()

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

Definition at line 93 of file MIRYamlMapping.h.

References llvm::yaml::BlockStringValue::Value.

◆ output()

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

Definition at line 89 of file MIRYamlMapping.h.

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


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