LLVM 22.0.0git
llvm::wasm::WasmLinkingData Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

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

Detailed Description

Definition at line 496 of file Wasm.h.

Member Data Documentation

◆ Comdats

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

Definition at line 499 of file Wasm.h.

◆ InitFunctions

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

Definition at line 498 of file Wasm.h.

◆ Version

uint32_t llvm::wasm::WasmLinkingData::Version

Definition at line 497 of file Wasm.h.


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