LLVM 22.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
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 () |
Static Public Member Functions | |
static bool | classof (const Section *S) |
Static Public Member Functions inherited from llvm::WasmYAML::CustomSection | |
static bool | classof (const Section *S) |
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 |
Definition at line 219 of file WasmYAML.h.
|
inline |
Definition at line 220 of file WasmYAML.h.
References llvm::WasmYAML::CustomSection::CustomSection().
Definition at line 222 of file WasmYAML.h.
References llvm::CallingConv::C, and llvm::dyn_cast().
std::vector<DylinkExportInfo> llvm::WasmYAML::DylinkSection::ExportInfo |
Definition at line 233 of file WasmYAML.h.
std::vector<DylinkImportInfo> llvm::WasmYAML::DylinkSection::ImportInfo |
Definition at line 232 of file WasmYAML.h.
uint32_t llvm::WasmYAML::DylinkSection::MemoryAlignment |
Definition at line 228 of file WasmYAML.h.
uint32_t llvm::WasmYAML::DylinkSection::MemorySize |
Definition at line 227 of file WasmYAML.h.
std::vector<StringRef> llvm::WasmYAML::DylinkSection::Needed |
Definition at line 231 of file WasmYAML.h.
std::vector<StringRef> llvm::WasmYAML::DylinkSection::RuntimePath |
Definition at line 234 of file WasmYAML.h.
uint32_t llvm::WasmYAML::DylinkSection::TableAlignment |
Definition at line 230 of file WasmYAML.h.
uint32_t llvm::WasmYAML::DylinkSection::TableSize |
Definition at line 229 of file WasmYAML.h.