LLVM 19.0.0git
Public Attributes | List of all members
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 301 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmExport::Index

Definition at line 304 of file Wasm.h.

◆ Kind

uint8_t llvm::wasm::WasmExport::Kind

Definition at line 303 of file Wasm.h.

◆ Name

StringRef llvm::wasm::WasmExport::Name

Definition at line 302 of file Wasm.h.


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