Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp69 struct BrLOp { struct
88 struct BrLOp BrL;
100 WebAssemblyOperand(SMLoc Start, SMLoc End, BrLOp B) in WebAssemblyOperand()
107 BrL.~BrLOp(); in ~WebAssemblyOperand()
796 Tok.getLoc(), Tok.getEndLoc(), WebAssemblyOperand::BrLOp{}); in parseInstruction()