Home | History | Annotate | Download | only in X86

Lines Matching refs:EHGuard

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