|
LLVM
8.0.1
|
#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes | |
| uint32_t | Index |
| SignatureForm | Form = wasm::WASM_TYPE_FUNC |
| std::vector< ValueType > | ParamTypes |
| ValueType | ReturnType |
Definition at line 133 of file WasmYAML.h.
| SignatureForm llvm::WasmYAML::Signature::Form = wasm::WASM_TYPE_FUNC |
Definition at line 135 of file WasmYAML.h.
| uint32_t llvm::WasmYAML::Signature::Index |
Definition at line 134 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
| std::vector<ValueType> llvm::WasmYAML::Signature::ParamTypes |
Definition at line 136 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
| ValueType llvm::WasmYAML::Signature::ReturnType |
Definition at line 137 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
1.8.13