Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp157 unsigned NumCatches = Op.getImm(); in printInst() local
158 for (unsigned I = 0; I < NumCatches; I++) { in printInst()
397 unsigned NumCatches = Op.getImm(); in printCatchList() local
413 for (unsigned I = 0; I < NumCatches; I++) { in printCatchList()
434 if (I < NumCatches - 1) in printCatchList()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp296 int64_t NumCatches = MI.getOperand(MI.getNumOperands() - 1).getImm(); in getInstruction() local
297 for (int64_t I = 0; I < NumCatches; I++) { in getInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp348 int64_t NumCatches = Inst.getOperand(OpIdx++).getImm(); in checkTryTable() local
349 for (int64_t I = 0; I < NumCatches; I++) { in checkTryTable()