Home
last modified time | relevance | path

Searched refs:WebAssemblyOperand (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp40 struct WebAssemblyOperand : public MCParsedAsmOperand { struct
81 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End) in WebAssemblyOperand() function
84 ~WebAssemblyOperand() { in ~WebAssemblyOperand() argument
334 Operands.push_back(make_unique<WebAssemblyOperand>( in parseSingleInteger()
336 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger()
360 WebAssemblyOperand::IntOp{0})); in parseOperandStartingWithInteger()
369 WebAssemblyOperand::Integer, NameLoc, NameLoc, in addBlockTypeOperand()
402 WebAssemblyOperand::TokOp{Name})); in ParseInstruction()
471 WebAssemblyOperand::SymOp{Val})); in ParseInstruction()
492 WebAssemblyOperand::FltOp{Val})); in ParseInstruction()
[all …]