Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:EHInfo

352   InvokeStateChangeIterator(const WinEHFuncInfo &EHInfo,
357 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) {
366 range(const WinEHFuncInfo &EHInfo, MachineFunction::const_iterator Begin,
374 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState),
375 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState));
404 const WinEHFuncInfo &EHInfo;
445 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label);
447 if (InvokeMapIter == EHInfo.LabelToStateMap.end())