LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Member Functions | |
Section (SectionType SecType) | |
virtual | ~Section () |
Public Attributes | |
SectionType | Type |
std::vector< Relocation > | Relocations |
Definition at line 166 of file WasmYAML.h.
|
inlineexplicit |
Definition at line 167 of file WasmYAML.h.
|
virtualdefault |
std::vector<Relocation> llvm::WasmYAML::Section::Relocations |
Definition at line 171 of file WasmYAML.h.
Referenced by llvm::yaml::commonSectionMapping().
SectionType llvm::WasmYAML::Section::Type |
Definition at line 170 of file WasmYAML.h.
Referenced by llvm::WasmYAML::CustomSection::classof(), llvm::WasmYAML::TypeSection::classof(), llvm::WasmYAML::ImportSection::classof(), llvm::WasmYAML::FunctionSection::classof(), llvm::WasmYAML::TableSection::classof(), llvm::WasmYAML::MemorySection::classof(), llvm::WasmYAML::GlobalSection::classof(), llvm::WasmYAML::EventSection::classof(), llvm::WasmYAML::ExportSection::classof(), llvm::WasmYAML::StartSection::classof(), llvm::WasmYAML::ElemSection::classof(), llvm::WasmYAML::CodeSection::classof(), llvm::WasmYAML::DataSection::classof(), and llvm::yaml::commonSectionMapping().