Home | History | Annotate | Download | only in X86

Lines Matching refs:EHGuard

18352   SDValue EHGuard = Op.getOperand(2);
18355 report_fatal_error("EHGuard only live in functions using WinEH");
18358 auto *FINode = dyn_cast<FrameIndexSDNode>(EHGuard);
18360 report_fatal_error("llvm.x86.seh.ehguard expects a static alloca");