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

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

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

Detailed Description

Definition at line 153 of file WasmYAML.h.

Member Data Documentation

◆ Form

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

Definition at line 155 of file WasmYAML.h.

◆ Index

uint32_t llvm::WasmYAML::Signature::Index

◆ ParamTypes

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

◆ ReturnTypes

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

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