LLVM: llvm::wasm::WasmDylinkInfo Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/Wasm.h](BinaryFormat%5F2Wasm%5F8h%5Fsource.html)"

Public Attributes
uint32_t MemorySize
uint32_t MemoryAlignment
uint32_t TableSize
uint32_t TableAlignment
std::vector< StringRef > Needed
std::vector< WasmDylinkImportInfo > ImportInfo
std::vector< WasmDylinkExportInfo > ExportInfo
std::vector< StringRef > RuntimePath

Definition at line 293 of file Wasm.h.

ExportInfo

ImportInfo

MemoryAlignment

uint32_t llvm::wasm::WasmDylinkInfo::MemoryAlignment

Definition at line 295 of file Wasm.h.

MemorySize

uint32_t llvm::wasm::WasmDylinkInfo::MemorySize

Definition at line 294 of file Wasm.h.

Needed

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

Definition at line 298 of file Wasm.h.

RuntimePath

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

Definition at line 301 of file Wasm.h.

TableAlignment

uint32_t llvm::wasm::WasmDylinkInfo::TableAlignment

Definition at line 297 of file Wasm.h.

TableSize

uint32_t llvm::wasm::WasmDylinkInfo::TableSize

Definition at line 296 of file Wasm.h.


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