Searched refs:PadInfos (Results 1 – 1 of 1) sorted by relevance
384 const std::vector<LandingPadInfo> &PadInfos = MF->getLandingPads(); in emitExceptionTable() local389 LandingPads.reserve(PadInfos.size()); in emitExceptionTable()391 for (const LandingPadInfo &LPI : PadInfos) { in emitExceptionTable()