Lines Matching refs:LandingPadInfo
33 unsigned EHStreamer::sharedTypeIDs(const LandingPadInfo *L, in sharedTypeIDs()
34 const LandingPadInfo *R) { in sharedTypeIDs()
50 computeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LandingPads, in computeActionsTable()
92 const LandingPadInfo *PrevLPI = nullptr; in computeActionsTable()
94 for (SmallVectorImpl<const LandingPadInfo *>::const_iterator in computeActionsTable()
96 const LandingPadInfo *LPI = *I; in computeActionsTable()
192 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computePadMap()
198 const LandingPadInfo *LandingPad = LandingPads[i]; in computePadMap()
216 const SmallVectorImpl<const LandingPadInfo *> &LandingPads, in computeCallSiteTable()
254 const LandingPadInfo *LandingPad = LandingPads[P.PadIndex]; in computeCallSiteTable()
341 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitExceptionTable()
345 SmallVector<const LandingPadInfo *, 64> LandingPads; in emitExceptionTable()
353 [](const LandingPadInfo *L, in emitExceptionTable()
354 const LandingPadInfo *R) { return L->TypeIds < R->TypeIds; }); in emitExceptionTable()