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

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

Public Attributes
uint32_t Version
std::vector< WasmInitFunc > InitFunctions
std::vector< StringRef > Comdats

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: