struct Signature

Declaration

struct Signature { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:153

Member Variables

public uint32_t Index
public llvm::WasmYAML::SignatureForm Form = wasm::WASM_TYPE_FUNC
public std::vector<ValueType> ParamTypes
public std::vector<ValueType> ReturnTypes