LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Member Functions | |
Section (SectionType SecType) | |
virtual | ~Section () |
Public Attributes | |
SectionType | Type |
std::vector< Relocation > | Relocations |
std::optional< uint8_t > | HeaderSecSizeEncodingLen |
Definition at line 186 of file WasmYAML.h.
|
inlineexplicit |
Definition at line 187 of file WasmYAML.h.
|
virtualdefault |
std::optional<uint8_t> llvm::WasmYAML::Section::HeaderSecSizeEncodingLen |
Definition at line 192 of file WasmYAML.h.
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.
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::TagSection::classof(), llvm::WasmYAML::GlobalSection::classof(), llvm::WasmYAML::ExportSection::classof(), llvm::WasmYAML::StartSection::classof(), llvm::WasmYAML::ElemSection::classof(), llvm::WasmYAML::CodeSection::classof(), llvm::WasmYAML::DataSection::classof(), and llvm::WasmYAML::DataCountSection::classof().