Searched refs:hasEHFunclets (Results 1 – 15 of 15) sorted by relevance
12 # ALL: hasEHFunclets: true20 hasEHFunclets: true30 # FULL: hasEHFunclets: false36 # SIMPLE-NOT: hasEHFunclets44 hasEHFunclets: false54 # FULL: hasEHFunclets: false60 # SIMPLE-NOT: hasEHFunclets68 hasEHFunclets: false
21 # RESULT-NEXT: hasEHFunclets: true51 hasEHFunclets: true
68 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local89 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()99 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()108 shouldEmitLSDA = hasEHFunclets; in beginFunction()144 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()281 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
1426 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI.hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
90 hasEHFunclets: false
397 if (MFI.hasVarSizedObjects() || MF.hasEHFunclets()) { in hasBasePointer()848 if (!MF.hasEHFunclets() && !MFI.hasVarSizedObjects()) in getLocalAddressRegister()
393 const unsigned UnwindHelpObject = (MF.hasEHFunclets() ? 8 : 0); in getFixedObjectSize()432 if (MF.hasEHFunclets()) in hasFP()1944 if (MF.hasEHFunclets()) in emitEpilogue()2343 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()3314 if (!MF.hasEHFunclets()) in processFunctionBeforeFrameFinalized()
353 DstMF->setHasEHFunclets(SrcMF->hasEHFunclets()); in cloneMF()
102 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || in hasFP()1489 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()2600 if (MF.hasEHFunclets()) { in assignCalleeSavedSpillSlots()3799 if (STI.is64Bit() && MF.hasEHFunclets() && in processFunctionBeforeFrameFinalized()3853 if (STI.is32Bit() && MF.hasEHFunclets()) in processFunctionBeforeFrameIndicesReplaced()
1098 bool hasEHFunclets() const { return HasEHFunclets; }
74 hasEHFunclets: false
202 YamlMF.HasEHFunclets = MF.hasEHFunclets(); in print()
116 hasEHFunclets: false
89 hasEHFunclets: false
7687 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerEndEH()