LLVM: llvm::WasmYAML::DylinkSection Struct Reference (original) (raw)
#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"
Inheritance diagram for llvm::WasmYAML::DylinkSection:
| Public Member Functions | |
|---|---|
| DylinkSection () | |
| Public Member Functions inherited from llvm::WasmYAML::CustomSection | |
| CustomSection (StringRef Name) | |
| Public Member Functions inherited from llvm::WasmYAML::Section | |
| Section (SectionType SecType) | |
| virtual | ~Section () |
| Public Attributes | |
|---|---|
| uint32_t | MemorySize |
| uint32_t | MemoryAlignment |
| uint32_t | TableSize |
| uint32_t | TableAlignment |
| std::vector< StringRef > | Needed |
| std::vector< DylinkImportInfo > | ImportInfo |
| std::vector< DylinkExportInfo > | ExportInfo |
| std::vector< StringRef > | RuntimePath |
| Public Attributes inherited from llvm::WasmYAML::CustomSection | |
| StringRef | Name |
| yaml::BinaryRef | Payload |
| Public Attributes inherited from llvm::WasmYAML::Section | |
| SectionType | Type |
| std::vector< Relocation > | Relocations |
| std::optional< uint8_t > | HeaderSecSizeEncodingLen |
Detailed Description
Definition at line 219 of file WasmYAML.h.
Constructor & Destructor Documentation
| llvm::WasmYAML::DylinkSection::DylinkSection ( ) | inline |
|---|
Member Function Documentation
◆ classof()
Member Data Documentation
◆ ExportInfo
◆ ImportInfo
◆ MemoryAlignment
uint32_t llvm::WasmYAML::DylinkSection::MemoryAlignment
◆ MemorySize
uint32_t llvm::WasmYAML::DylinkSection::MemorySize
◆ Needed
std::vector<StringRef> llvm::WasmYAML::DylinkSection::Needed
◆ RuntimePath
std::vector<StringRef> llvm::WasmYAML::DylinkSection::RuntimePath
◆ TableAlignment
uint32_t llvm::WasmYAML::DylinkSection::TableAlignment
◆ TableSize
uint32_t llvm::WasmYAML::DylinkSection::TableSize
The documentation for this struct was generated from the following file:
- include/llvm/ObjectYAML/WasmYAML.h