LLVM 18.0.0git
Public Attributes | List of all members
llvm::wasm::WasmLinkingData Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

uint32_t Version
 
std::vector< WasmInitFuncInitFunctions
 
std::vector< StringRefComdats
 
std::vector< WasmSymbolInfoSymbolTable
 

Detailed Description

Definition at line 234 of file Wasm.h.

Member Data Documentation

◆ Comdats

std::vector<StringRef> llvm::wasm::WasmLinkingData::Comdats

Definition at line 237 of file Wasm.h.

◆ InitFunctions

std::vector<WasmInitFunc> llvm::wasm::WasmLinkingData::InitFunctions

Definition at line 236 of file Wasm.h.

◆ SymbolTable

std::vector<WasmSymbolInfo> llvm::wasm::WasmLinkingData::SymbolTable

Definition at line 238 of file Wasm.h.

◆ Version

uint32_t llvm::wasm::WasmLinkingData::Version

Definition at line 235 of file Wasm.h.


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