Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h153 WASM_OPCODE_CATCH_ALL = 0x02, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp425 case wasm::WASM_OPCODE_CATCH_ALL: in printCatchList()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp893 TryTableMIB.addImm(wasm::WASM_OPCODE_CATCH_ALL); in placeTryTableMarker()
2020 case wasm::WASM_OPCODE_CATCH_ALL: in getSingleUnwindDest()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp868 .Case("catch_all", wasm::WASM_OPCODE_CATCH_ALL) in parseCatchList()