LLVM 19.0.0git
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
llvm::WasmYAML::DylinkSection Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Inheritance diagram for llvm::WasmYAML::DylinkSection:
Inheritance graph
[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
 
- 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_t > HeaderSecSizeEncodingLen
 

Detailed Description

Definition at line 218 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ DylinkSection()

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

Definition at line 219 of file WasmYAML.h.

Member Function Documentation

◆ classof()

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

Definition at line 221 of file WasmYAML.h.

References llvm::CallingConv::C.

Member Data Documentation

◆ ExportInfo

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

Definition at line 232 of file WasmYAML.h.

◆ ImportInfo

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

Definition at line 231 of file WasmYAML.h.

◆ MemoryAlignment

uint32_t llvm::WasmYAML::DylinkSection::MemoryAlignment

Definition at line 227 of file WasmYAML.h.

◆ MemorySize

uint32_t llvm::WasmYAML::DylinkSection::MemorySize

Definition at line 226 of file WasmYAML.h.

◆ Needed

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

Definition at line 230 of file WasmYAML.h.

◆ TableAlignment

uint32_t llvm::WasmYAML::DylinkSection::TableAlignment

Definition at line 229 of file WasmYAML.h.

◆ TableSize

uint32_t llvm::WasmYAML::DylinkSection::TableSize

Definition at line 228 of file WasmYAML.h.


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