Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:EHInfo

360   InvokeStateChangeIterator(const WinEHFuncInfo &EHInfo,
365 : EHInfo(EHInfo), MFI(MFI), MFE(MFE), MBBI(MBBI), BaseState(BaseState) {
374 range(const WinEHFuncInfo &EHInfo, MachineFunction::const_iterator Begin,
382 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState),
383 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState));
412 const WinEHFuncInfo &EHInfo;
453 auto InvokeMapIter = EHInfo.LabelToStateMap.find(Label);
455 if (InvokeMapIter == EHInfo.LabelToStateMap.end())