LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::yaml::ScalarTraits< ELFArchMapper > Struct Template Reference

YAML traits for ELFArch. More...

Static Public Member Functions

static void output (const ELFArchMapper &Value, void *, llvm::raw_ostream &Out)
 
static StringRef input (StringRef Scalar, void *, ELFArchMapper &Value)
 
static QuotingType mustQuote (StringRef)
 

Detailed Description

template<>
struct llvm::yaml::ScalarTraits< ELFArchMapper >

YAML traits for ELFArch.

Definition at line 40 of file TBEHandler.cpp.

Member Function Documentation

◆ input()

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

◆ mustQuote()

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

Definition at line 70 of file TBEHandler.cpp.

References llvm::None.

◆ output()

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

Definition at line 41 of file TBEHandler.cpp.

References llvm::ELF::EM_AARCH64, llvm::ELF::EM_NONE, and llvm::ELF::EM_X86_64.


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