LLVM  8.0.1
Public Attributes | List of all members
llvm::WasmYAML::Signature Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::Signature:
Collaboration graph
[legend]

Public Attributes

uint32_t Index
 
SignatureForm Form = wasm::WASM_TYPE_FUNC
 
std::vector< ValueTypeParamTypes
 
ValueType ReturnType
 

Detailed Description

Definition at line 133 of file WasmYAML.h.

Member Data Documentation

◆ Form

SignatureForm llvm::WasmYAML::Signature::Form = wasm::WASM_TYPE_FUNC

Definition at line 135 of file WasmYAML.h.

◆ Index

uint32_t llvm::WasmYAML::Signature::Index

◆ ParamTypes

std::vector<ValueType> llvm::WasmYAML::Signature::ParamTypes

◆ ReturnType

ValueType llvm::WasmYAML::Signature::ReturnType

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