Lines Matching refs:WebAssembly
153 outs() << WebAssembly::anyTypeToString(Type); in onSymbolStart()
200 case WebAssembly::OPERAND_BASIC_BLOCK: in getInstruction()
201 case WebAssembly::OPERAND_LOCAL: in getInstruction()
202 case WebAssembly::OPERAND_GLOBAL: in getInstruction()
203 case WebAssembly::OPERAND_FUNCTION32: in getInstruction()
204 case WebAssembly::OPERAND_TABLE: in getInstruction()
205 case WebAssembly::OPERAND_OFFSET32: in getInstruction()
206 case WebAssembly::OPERAND_OFFSET64: in getInstruction()
207 case WebAssembly::OPERAND_P2ALIGN: in getInstruction()
208 case WebAssembly::OPERAND_TYPEINDEX: in getInstruction()
209 case WebAssembly::OPERAND_TAG: in getInstruction()
216 case WebAssembly::OPERAND_I32IMM: in getInstruction()
217 case WebAssembly::OPERAND_I64IMM: { in getInstruction()
223 case WebAssembly::OPERAND_SIGNATURE: { in getInstruction()
232 MCOperand::createImm(int64_t(WebAssembly::BlockType::Invalid))); in getInstruction()
248 case WebAssembly::OPERAND_F32IMM: { in getInstruction()
253 case WebAssembly::OPERAND_F64IMM: { in getInstruction()
259 case WebAssembly::OPERAND_VEC_I8IMM: { in getInstruction()
264 case WebAssembly::OPERAND_VEC_I16IMM: { in getInstruction()
269 case WebAssembly::OPERAND_VEC_I32IMM: { in getInstruction()
274 case WebAssembly::OPERAND_VEC_I64IMM: { in getInstruction()
279 case WebAssembly::OPERAND_BRLIST: { in getInstruction()