LLVM: llvm::yaml::ScalarTraits< UnsignedValue > Struct Reference (original) (raw)

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

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

Definition at line 117 of file MIRYamlMapping.h.

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

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: