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

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

Inheritance diagram for llvm::yaml::ScalarTraits< Align >:

[legend]

Static Public Member Functions
static void output (const Align &Alignment, void *, llvm::raw_ostream &OS)
static StringRef input (StringRef Scalar, void *, Align &Alignment)
static QuotingType mustQuote (StringRef)

Detailed Description

Definition at line 164 of file MIRYamlMapping.h.

Member Function Documentation

input()

StringRef llvm::yaml::ScalarTraits< Align >::input ( StringRef Scalar, void * , Align & Alignment ) inlinestatic

Definition at line 168 of file MIRYamlMapping.h.

References llvm::getAsUnsignedInteger(), llvm::isPowerOf2_64(), N, and llvm::yaml::Scalar.

mustQuote()

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

Definition at line 177 of file MIRYamlMapping.h.

References llvm::yaml::None.

output()

void llvm::yaml::ScalarTraits< Align >::output ( const Align & Alignment, void * , llvm::raw_ostream & OS ) inlinestatic

Definition at line 165 of file MIRYamlMapping.h.

References llvm::Align::value().


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