Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp64 bool hasEHFunclets = MF->hasEHFunclets(); in beginFunction() local
85 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()
DAsmPrinter.cpp1016 if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo()) in needFuncLabelsForEHOrDebugInfo()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp67 bool hasEHFunclets = MMI->hasEHFunclets(); in beginFunction() local
84 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()
DAsmPrinter.cpp948 MMI->hasEHFunclets() || MAI->hasDotTypeDotSizeDirective()) { in EmitFunctionBody()
1273 MMI->hasEHFunclets() || NeedsLocalForSize) { in SetupMachineFunction()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h251 bool hasEHFunclets() const { return HasEHFunclets; } in hasEHFunclets() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h772 bool hasEHFunclets() const { return HasEHFunclets; }
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp93 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()
/external/llvm/lib/CodeGen/
DAnalysis.cpp675 if (!MF.getMMI().hasEHFunclets()) in getFuncletMembership()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp91 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5744 if (MMI.hasEHFunclets()) { in lowerInvokable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6403 if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) { in lowerInvokable()