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

#include "llvm/BinaryFormat/Wasm.h"

Public Attributes

StringRef Name
uint8_t Kind
uint32_t Index

Detailed Description

Definition at line 315 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmExport::Index

Definition at line 318 of file Wasm.h.

◆ Kind

uint8_t llvm::wasm::WasmExport::Kind

Definition at line 317 of file Wasm.h.

◆ Name

StringRef llvm::wasm::WasmExport::Name

Definition at line 316 of file Wasm.h.


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