Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp48 enum KindTy { Token, Integer, Float, Symbol, BrList } Kind; enumerator
101 bool isBrList() const { return Kind == BrList; } in isBrList()
168 case BrList: in print()
709 WebAssemblyOperand::BrList, Tok.getLoc(), Tok.getEndLoc()); in ParseInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td38 def BrListAsmOperand : AsmOperandClass { let Name = "BrList"; }