LLVM 19.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
 

Detailed Description

Definition at line 474 of file Wasm.h.

Member Data Documentation

◆ Comdats

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

Definition at line 477 of file Wasm.h.

◆ InitFunctions

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

Definition at line 476 of file Wasm.h.

◆ Version

uint32_t llvm::wasm::WasmLinkingData::Version

Definition at line 475 of file Wasm.h.


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