LLVM 19.0.0git
Public Attributes | List of all members
llvm::wasm::WasmDylinkInfo Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint32_t MemorySize
 
uint32_t MemoryAlignment
 
uint32_t TableSize
 
uint32_t TableAlignment
 
std::vector< StringRefNeeded
 
std::vector< WasmDylinkImportInfoImportInfo
 
std::vector< WasmDylinkExportInfoExportInfo
 

Detailed Description

Definition at line 280 of file Wasm.h.

Member Data Documentation

◆ ExportInfo

std::vector<WasmDylinkExportInfo> llvm::wasm::WasmDylinkInfo::ExportInfo

Definition at line 287 of file Wasm.h.

◆ ImportInfo

std::vector<WasmDylinkImportInfo> llvm::wasm::WasmDylinkInfo::ImportInfo

Definition at line 286 of file Wasm.h.

◆ MemoryAlignment

uint32_t llvm::wasm::WasmDylinkInfo::MemoryAlignment

Definition at line 282 of file Wasm.h.

◆ MemorySize

uint32_t llvm::wasm::WasmDylinkInfo::MemorySize

Definition at line 281 of file Wasm.h.

◆ Needed

std::vector<StringRef> llvm::wasm::WasmDylinkInfo::Needed

Definition at line 285 of file Wasm.h.

◆ TableAlignment

uint32_t llvm::wasm::WasmDylinkInfo::TableAlignment

Definition at line 284 of file Wasm.h.

◆ TableSize

uint32_t llvm::wasm::WasmDylinkInfo::TableSize

Definition at line 283 of file Wasm.h.


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