Searched refs:hasEHFunclets (Results 1 – 11 of 11) sorted by relevance
64 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local85 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()95 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()104 shouldEmitLSDA = hasEHFunclets; in beginFunction()134 if (Per == EHPersonality::MSVC_Win64SEH && MF->hasEHFunclets()) in endFunction()256 } else if (Per == EHPersonality::MSVC_Win64SEH && MF->hasEHFunclets() && in endFunclet()
1016 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
67 bool hasEHFunclets = MMI->hasEHFunclets(); in beginFunction() local84 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()94 shouldEmitLSDA = hasEHFunclets; in beginFunction()122 if (Per == EHPersonality::MSVC_Win64SEH && MMI->hasEHFunclets()) in endFunction()247 } else if (Per == EHPersonality::MSVC_Win64SEH && MMI->hasEHFunclets() && in endFunclet()
948 MMI->hasEHFunclets() || MAI->hasDotTypeDotSizeDirective()) { in EmitFunctionBody()1273 MMI->hasEHFunclets() || NeedsLocalForSize) { in SetupMachineFunction()
251 bool hasEHFunclets() const { return HasEHFunclets; } in hasEHFunclets() function
772 bool hasEHFunclets() const { return HasEHFunclets; }
93 MMI.callsUnwindInit() || MMI.hasEHFunclets() || MMI.callsEHReturn() || in hasFP()923 MMI.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()2032 if (MF.getMMI().hasEHFunclets()) { in determineCalleeSaves()2941 if (!STI.is64Bit() || !MF.getMMI().hasEHFunclets() || in processFunctionBeforeFrameFinalized()
675 if (!MF.getMMI().hasEHFunclets()) in getFuncletMembership()
91 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || in hasFP()975 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()1947 if (MF.hasEHFunclets()) { in assignCalleeSavedSpillSlots()3110 if (!STI.is64Bit() || !MF.hasEHFunclets() || in processFunctionBeforeFrameFinalized()
5744 if (MMI.hasEHFunclets()) { in lowerInvokable()
6403 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerInvokable()