LLVM: llvm::wasm::WasmGlobalType Struct Reference (original) (raw)

#include "[llvm/BinaryFormat/Wasm.h](BinaryFormat%5F2Wasm%5F8h%5Fsource.html)"

Public Attributes
uint8_t Type
bool Mutable

Detailed Description

Definition at line 359 of file Wasm.h.

Member Data Documentation

Mutable

bool llvm::wasm::WasmGlobalType::Mutable

Definition at line 361 of file Wasm.h.

Referenced by llvm::WebAssemblyTargetAsmStreamer::emitGlobalType(), and llvm::DenseMapInfo< wasm::WasmGlobalType, void >::getHashValue().

Type

uint8_t llvm::wasm::WasmGlobalType::Type

Definition at line 360 of file Wasm.h.

Referenced by llvm::WebAssemblyTargetAsmStreamer::emitGlobalType(), and llvm::DenseMapInfo< wasm::WasmGlobalType, void >::getHashValue().


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