LLVM: llvm::WasmYAML::Signature Struct Reference (original) (raw)
#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| uint32_t | Index |
| SignatureForm | Form = wasm::WASM_TYPE_FUNC |
| std::vector< ValueType > | ParamTypes |
| std::vector< ValueType > | ReturnTypes |
Detailed Description
Definition at line 154 of file WasmYAML.h.
Member Data Documentation
◆ Form
SignatureForm llvm::WasmYAML::Signature::Form = wasm::WASM_TYPE_FUNC
Definition at line 156 of file WasmYAML.h.
◆ Index
uint32_t llvm::WasmYAML::Signature::Index
Definition at line 155 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
◆ ParamTypes
std::vector<ValueType> llvm::WasmYAML::Signature::ParamTypes
Definition at line 157 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
◆ ReturnTypes
std::vector<ValueType> llvm::WasmYAML::Signature::ReturnTypes
Definition at line 158 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
The documentation for this struct was generated from the following file:
- include/llvm/ObjectYAML/WasmYAML.h