LLVM 22.0.0git
llvm::WasmYAML::DylinkSection Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Inheritance diagram for llvm::WasmYAML::DylinkSection:
[legend]

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< StringRefNeeded
std::vector< DylinkImportInfoImportInfo
std::vector< DylinkExportInfoExportInfo
std::vector< StringRefRuntimePath
Public Attributes inherited from llvm::WasmYAML::CustomSection
StringRef Name
yaml::BinaryRef Payload
Public Attributes inherited from llvm::WasmYAML::Section
SectionType Type
std::vector< RelocationRelocations
std::optional< uint8_tHeaderSecSizeEncodingLen

Detailed Description

Definition at line 219 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ DylinkSection()

llvm::WasmYAML::DylinkSection::DylinkSection ( )
inline

Definition at line 220 of file WasmYAML.h.

References llvm::WasmYAML::CustomSection::CustomSection().

Member Function Documentation

◆ classof()

bool llvm::WasmYAML::DylinkSection::classof ( const Section * S)
inlinestatic

Definition at line 222 of file WasmYAML.h.

References llvm::CallingConv::C, and llvm::dyn_cast().

Member Data Documentation

◆ ExportInfo

std::vector<DylinkExportInfo> llvm::WasmYAML::DylinkSection::ExportInfo

Definition at line 233 of file WasmYAML.h.

◆ ImportInfo

std::vector<DylinkImportInfo> llvm::WasmYAML::DylinkSection::ImportInfo

Definition at line 232 of file WasmYAML.h.

◆ MemoryAlignment

uint32_t llvm::WasmYAML::DylinkSection::MemoryAlignment

Definition at line 228 of file WasmYAML.h.

◆ MemorySize

uint32_t llvm::WasmYAML::DylinkSection::MemorySize

Definition at line 227 of file WasmYAML.h.

◆ Needed

std::vector<StringRef> llvm::WasmYAML::DylinkSection::Needed

Definition at line 231 of file WasmYAML.h.

◆ RuntimePath

std::vector<StringRef> llvm::WasmYAML::DylinkSection::RuntimePath

Definition at line 234 of file WasmYAML.h.

◆ TableAlignment

uint32_t llvm::WasmYAML::DylinkSection::TableAlignment

Definition at line 230 of file WasmYAML.h.

◆ TableSize

uint32_t llvm::WasmYAML::DylinkSection::TableSize

Definition at line 229 of file WasmYAML.h.


The documentation for this struct was generated from the following file: