LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Member Functions | |
DylinkSection () | |
![]() | |
CustomSection (StringRef Name) | |
![]() | |
Section (SectionType SecType) | |
virtual | ~Section () |
Static Public Member Functions | |
static bool | classof (const Section *S) |
![]() | |
static bool | classof (const Section *S) |
Public Attributes | |
uint32_t | MemorySize |
uint32_t | MemoryAlignment |
uint32_t | TableSize |
uint32_t | TableAlignment |
std::vector< StringRef > | Needed |
![]() | |
StringRef | Name |
yaml::BinaryRef | Payload |
![]() | |
SectionType | Type |
std::vector< Relocation > | Relocations |
Definition at line 186 of file WasmYAML.h.
|
inline |
Definition at line 187 of file WasmYAML.h.
Definition at line 189 of file WasmYAML.h.
References C, and llvm::dyn_cast().
uint32_t llvm::WasmYAML::DylinkSection::MemoryAlignment |
Definition at line 195 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
uint32_t llvm::WasmYAML::DylinkSection::MemorySize |
Definition at line 194 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
std::vector<StringRef> llvm::WasmYAML::DylinkSection::Needed |
Definition at line 198 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
uint32_t llvm::WasmYAML::DylinkSection::TableAlignment |
Definition at line 197 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().
uint32_t llvm::WasmYAML::DylinkSection::TableSize |
Definition at line 196 of file WasmYAML.h.
Referenced by llvm::yaml::sectionMapping().