Searched refs:CATCH_ALL (Results 1 – 9 of 9) sorted by relevance
47 #define CATCH_ALL __except (1) macro55 CATCH_ALL { in main()
171 case WebAssembly::CATCH_ALL: in printInst()177 } else if (EHInstStack.back() == CATCH_ALL) { in printInst()189 EHInstStack.push_back(CATCH_ALL); in printInst()
31 enum EHInstKind { TRY, CATCH, CATCH_ALL }; enumerator
411 case WebAssembly::CATCH_ALL: in isCatch()
45 ; CATCH_ALL should be after EH_LABELs in the beginning of an EH pad.51 ; CHECK-NEXT: CATCH_ALL
69 CATCH_ALL implicit-def $arguments
219 TII.get(WebAssembly::CATCH_ALL)); in addCatchAlls()
1310 if (MI.getOpcode() == WebAssembly::CATCH_ALL) { in fixCatchUnwindMismatches()1455 case WebAssembly::CATCH_ALL: in recalculateScopeTops()1688 case WebAssembly::CATCH_ALL: in rewriteDepthImmediates()
153 defm CATCH_ALL : NRI<(outs), (ins), [], "catch_all", 0x19>;