Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp50 enum KindTy { Token, Integer, Float, Symbol, BrList } Kind; enumerator
103 bool isBrList() const { return Kind == BrList; } in isBrList()
170 case BrList: in print()
716 WebAssemblyOperand::BrList, Tok.getLoc(), Tok.getEndLoc()); in ParseInstruction()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td38 def BrListAsmOperand : AsmOperandClass { let Name = "BrList"; }