Searched refs:WebAssemblyOperand (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 46 struct WebAssemblyOperand : public MCParsedAsmOperand { struct 79 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, TokOp T) in WebAssemblyOperand() argument 81 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, IntOp I) in WebAssemblyOperand() function 83 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, FltOp F) in WebAssemblyOperand() argument 85 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, SymOp S) in WebAssemblyOperand() function 87 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End) in WebAssemblyOperand() function 90 ~WebAssemblyOperand() { in ~WebAssemblyOperand() argument 368 Operands.push_back(std::make_unique<WebAssemblyOperand>( in parseSingleInteger() 369 WebAssemblyOperand::Integer, Int.getLoc(), Int.getEndLoc(), in parseSingleInteger() 370 WebAssemblyOperand::IntOp{Val})); in parseSingleInteger() [all …]
|