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

#include "llvm/BinaryFormat/Wasm.h"

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

Public Attributes

uint8_t Type
 
uint32_t Count
 

Detailed Description

Definition at line 111 of file Wasm.h.

Member Data Documentation

◆ Count

uint32_t llvm::wasm::WasmLocalDecl::Count

Definition at line 113 of file Wasm.h.

◆ Type

uint8_t llvm::wasm::WasmLocalDecl::Type

Definition at line 112 of file Wasm.h.


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