LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::yaml::MappingTraits< std::unique_ptr< ELFYAML::Section > > Struct Template Reference

#include <ELFYAML.h>

Static Public Member Functions

static void mapping (IO &IO, std::unique_ptr< ELFYAML::Section > &Section)
 
static StringRef validate (IO &io, std::unique_ptr< ELFYAML::Section > &Section)
 

Detailed Description

template<>
struct llvm::yaml::MappingTraits< std::unique_ptr< ELFYAML::Section > >

Definition at line 302 of file ELFYAML.h.

Member Function Documentation

void llvm::yaml::MappingTraits< std::unique_ptr< ELFYAML::Section > >::mapping ( IO IO,
std::unique_ptr< ELFYAML::Section > &  Section 
)
static
StringRef llvm::yaml::MappingTraits< std::unique_ptr< ELFYAML::Section > >::validate ( IO io,
std::unique_ptr< ELFYAML::Section > &  Section 
)
static

Definition at line 778 of file ELFYAML.cpp.

References llvm::dyn_cast().


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