LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::WasmYAML::Section Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Inheritance diagram for llvm::WasmYAML::Section:
Inheritance graph
[legend]
Collaboration diagram for llvm::WasmYAML::Section:
Collaboration graph
[legend]

Public Member Functions

 Section (SectionType SecType)
 
virtual ~Section ()
 

Public Attributes

SectionType Type
 
std::vector< RelocationRelocations
 

Detailed Description

Definition at line 166 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ Section()

llvm::WasmYAML::Section::Section ( SectionType  SecType)
inlineexplicit

Definition at line 167 of file WasmYAML.h.

◆ ~Section()

llvm::WasmYAML::Section::~Section ( )
virtualdefault

Member Data Documentation

◆ Relocations

std::vector<Relocation> llvm::WasmYAML::Section::Relocations

Definition at line 171 of file WasmYAML.h.

Referenced by llvm::yaml::commonSectionMapping().

◆ Type

SectionType llvm::WasmYAML::Section::Type

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