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