Home
last modified time | relevance | path

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

/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/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/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5744 if (MMI.hasEHFunclets()) { in lowerInvokable()