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

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

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

[legend]

Static Public Member Functions
static void output (const FrameIndex &FI, void *, raw_ostream &OS)
static StringRef input (StringRef Scalar, void *Ctx, FrameIndex &FI)
static QuotingType mustQuote (StringRef S)

Detailed Description

Definition at line 433 of file MIRYamlMapping.h.

Member Function Documentation

input()

StringRef llvm::yaml::ScalarTraits< FrameIndex >::input ( StringRef Scalar, void * Ctx, FrameIndex & FI ) inlinestatic

Definition at line 438 of file MIRYamlMapping.h.

References llvm::StringRef::consumeInteger(), llvm::yaml::FrameIndex::FI, llvm::yaml::Node::getSourceRange(), llvm::yaml::FrameIndex::IsFixed, llvm::yaml::Scalar, and llvm::yaml::FrameIndex::SourceRange.

mustQuote()

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

Definition at line 459 of file MIRYamlMapping.h.

References llvm::yaml::needsQuotes().

output()

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

Definition at line 434 of file MIRYamlMapping.h.

References llvm::yaml::FrameIndex::FI, llvm::yaml::FrameIndex::IsFixed, and llvm::MachineOperand::printStackObjectReference().


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