Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp46 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() function
85 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End, SymOp S) in WebAssemblyOperand() argument
87 WebAssemblyOperand(KindTy K, SMLoc Start, SMLoc End) in WebAssemblyOperand() argument
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 …]