LLVM: llvm::WasmYAML::LocalDecl Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"

Public Attributes
ValueType Type
uint32_t Count

Detailed Description

Definition at line 104 of file WasmYAML.h.

Member Data Documentation

Count

uint32_t llvm::WasmYAML::LocalDecl::Count

Definition at line 106 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::LocalDecl >::mapping().

Type

ValueType llvm::WasmYAML::LocalDecl::Type

Definition at line 105 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::LocalDecl >::mapping().


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