LLVM 20.0.0git
|
#include "llvm/ObjectYAML/WasmYAML.h"
Public Attributes | |
uint32_t | Index |
SignatureForm | Form = wasm::WASM_TYPE_FUNC |
std::vector< ValueType > | ParamTypes |
std::vector< ValueType > | ReturnTypes |
Definition at line 153 of file WasmYAML.h.
SignatureForm llvm::WasmYAML::Signature::Form = wasm::WASM_TYPE_FUNC |
Definition at line 155 of file WasmYAML.h.
uint32_t llvm::WasmYAML::Signature::Index |
Definition at line 154 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
std::vector<ValueType> llvm::WasmYAML::Signature::ParamTypes |
Definition at line 156 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().
std::vector<ValueType> llvm::WasmYAML::Signature::ReturnTypes |
Definition at line 157 of file WasmYAML.h.
Referenced by llvm::yaml::MappingTraits< WasmYAML::Signature >::mapping().