LLVM
17.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Member Functions | |
Section (SectionType SecType) | |
virtual | ~Section () |
Public Attributes | |
SectionType | Type |
std::vector< Relocation > | Relocations |
Definition at line 186 of file WasmYAML.h.
|
inlineexplicit |
Definition at line 187 of file WasmYAML.h.
|
virtualdefault |
std::vector<Relocation> llvm::WasmYAML::Section::Relocations |
Definition at line 191 of file WasmYAML.h.
SectionType llvm::WasmYAML::Section::Type |
Definition at line 190 of file WasmYAML.h.