LLVM  8.0.1
Public Attributes | List of all members
llvm::wasm::WasmExport Struct Reference

#include "llvm/BinaryFormat/Wasm.h"

Collaboration diagram for llvm::wasm::WasmExport:
Collaboration graph
[legend]

Public Attributes

StringRef Name
 
uint8_t Kind
 
uint32_t Index
 

Detailed Description

Definition at line 46 of file Wasm.h.

Member Data Documentation

◆ Index

uint32_t llvm::wasm::WasmExport::Index

Definition at line 49 of file Wasm.h.

◆ Kind

uint8_t llvm::wasm::WasmExport::Kind

Definition at line 48 of file Wasm.h.

◆ Name

StringRef llvm::wasm::WasmExport::Name

Definition at line 47 of file Wasm.h.


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