LLVM API Documentation

Static Public Member Functions
llvm::yaml::MappingTraits< std::unique_ptr< ELFYAML::Section > > Struct Template Reference

#include <ELFYAML.h>

List of all members.

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 202 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 731 of file ELFYAML.cpp.

References llvm::dyn_cast().


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