Searched refs:getLandingPads (Results 1 – 6 of 6) sorted by relevance
49 if (MMI->getLandingPads().empty()) in markFunctionEnd()94 bool hasLandingPads = !MMI->getLandingPads().empty(); in beginFunction()
73 MMI->getLandingPads().empty()) in endFunction()76 if (!MMI->getLandingPads().empty()) { in endFunction()
56 bool hasLandingPads = !MMI->getLandingPads().empty(); in beginFunction()181 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitCSpecificHandlerTable()293 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitCXXFrameHandler3Table()
341 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads(); in emitExceptionTable()
890 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in EmitFunctionBody()1173 if (!MMI->getLandingPads().empty() || MMI->hasDebugInfo() || in SetupMachineFunction()
373 const std::vector<LandingPadInfo> &getLandingPads() const { in getLandingPads() function