Searched refs:hasEHFunclets (Results 1 – 6 of 6) sorted by relevance
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
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()
5744 if (MMI.hasEHFunclets()) { in lowerInvokable()