LLVM: llvm::yaml::BlockScalarTraits< BlockStringValue > Struct Reference (original) (raw)

#include "[llvm/CodeGen/MIRYamlMapping.h](MIRYamlMapping%5F8h%5Fsource.html)"

Inheritance diagram for llvm::yaml::BlockScalarTraits< BlockStringValue >:

[legend]

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

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

Definition at line 93 of file MIRYamlMapping.h.

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

output()

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

Definition at line 89 of file MIRYamlMapping.h.

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


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