Home
last modified time | relevance | path

Searched refs:hasEHFunclets (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp73 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local
94 forceEmitPersonality || ((hasLandingPads || hasEHFunclets) && in beginFunction()
104 if (Per == EHPersonality::MSVC_X86SEH && !hasEHFunclets) { in beginFunction()
113 shouldEmitLSDA = hasEHFunclets; in beginFunction()
149 if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets()) in endFunction()
286 } else if (Per == EHPersonality::MSVC_TableSEH && MF->hasEHFunclets() && in endFuncletImpl()
H A DAsmPrinter.cpp1221 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI.hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp395 if (MFI.hasVarSizedObjects() || MF.hasEHFunclets()) { in hasBasePointer()
773 if (!MF.hasEHFunclets() && !MFI.hasVarSizedObjects()) in getLocalAddressRegister()
H A DAArch64FrameLowering.cpp326 const unsigned UnwindHelpObject = (MF.hasEHFunclets() ? 8 : 0); in getFixedObjectSize()
365 if (MF.hasEHFunclets()) in hasFP()
1721 if (MF.hasEHFunclets()) in emitEpilogue()
2076 } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) { in resolveFrameOffsetReference()
3071 if (!MF.hasEHFunclets()) in processFunctionBeforeFrameFinalized()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp100 MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() || in hasFP()
1331 MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR; in emitPrologue()
2426 if (MF.hasEHFunclets()) { in assignCalleeSavedSpillSlots()
3636 if (STI.is64Bit() && MF.hasEHFunclets() && in processFunctionBeforeFrameFinalized()
3690 if (STI.is32Bit() && MF.hasEHFunclets()) in processFunctionBeforeFrameIndicesReplaced()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFunction.h968 bool hasEHFunclets() const { return HasEHFunclets; }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7348 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerEndEH()