Home
last modified time | relevance | path

Searched refs:CATCH_ALL (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dwindows-seh-EHa-CppDtors01.cpp47 #define CATCH_ALL __except (1) macro
55 CATCH_ALL { in main()
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp171 case WebAssembly::CATCH_ALL: in printInst()
177 } else if (EHInstStack.back() == CATCH_ALL) { in printInst()
189 EHInstStack.push_back(CATCH_ALL); in printInst()
H A DWebAssemblyInstPrinter.h31 enum EHInstKind { TRY, CATCH, CATCH_ALL }; enumerator
H A DWebAssemblyMCTargetDesc.h411 case WebAssembly::CATCH_ALL: in isCatch()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dexception.mir45 ; CATCH_ALL should be after EH_LABELs in the beginning of an EH pad.
51 ; CHECK-NEXT: CATCH_ALL
H A Dfunction-info.mir69 CATCH_ALL implicit-def $arguments
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp219 TII.get(WebAssembly::CATCH_ALL)); in addCatchAlls()
H A DWebAssemblyCFGStackify.cpp1310 if (MI.getOpcode() == WebAssembly::CATCH_ALL) { in fixCatchUnwindMismatches()
1455 case WebAssembly::CATCH_ALL: in recalculateScopeTops()
1688 case WebAssembly::CATCH_ALL: in rewriteDepthImmediates()
H A DWebAssemblyInstrControl.td153 defm CATCH_ALL : NRI<(outs), (ins), [], "catch_all", 0x19>;