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

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

[legend]

Static Public Member Functions
static void output (const IFSBitWidthType &Value, void *, llvm::raw_ostream &Out)
static StringRef input (StringRef Scalar, void *, IFSBitWidthType &Value)
static QuotingType mustQuote (StringRef)

Detailed Description

Definition at line 74 of file IFSHandler.cpp.

Member Function Documentation

input()

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

Definition at line 89 of file IFSHandler.cpp.

References llvm::StringSwitch< T, R >::Case(), llvm::StringSwitch< T, R >::Default(), llvm::ifs::IFS32, llvm::ifs::IFS64, llvm::yaml::Scalar, and llvm::ifs::Unknown.

mustQuote()

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

Definition at line 100 of file IFSHandler.cpp.

References llvm::yaml::None.

output()

void llvm::yaml::ScalarTraits< IFSBitWidthType >::output ( const IFSBitWidthType & Value, void * , llvm::raw_ostream & Out ) inlinestatic

Definition at line 75 of file IFSHandler.cpp.

References llvm::ifs::IFS32, llvm::ifs::IFS64, and llvm_unreachable.


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