reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1010   if (!MF.getLandingPads().empty() || MF.hasEHFunclets() || MMI->hasDebugInfo())
lib/CodeGen/AsmPrinter/WinException.cpp
   64   bool hasEHFunclets = MF->hasEHFunclets();
  140   if (Per == EHPersonality::MSVC_Win64SEH && MF->hasEHFunclets())
  280     } else if (Per == EHPersonality::MSVC_Win64SEH && MF->hasEHFunclets() &&
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7083     if (MF.hasEHFunclets() && isFuncletEHPersonality(Pers)) {
lib/Target/AArch64/AArch64FrameLowering.cpp
  239   if (MF.hasEHFunclets())
 1415   if (MF.hasEHFunclets())
 1687       } else if (MF.hasEHFunclets() && !RegInfo->hasBasePointer(MF)) {
 2357   if (!MF.hasEHFunclets())
lib/Target/AArch64/AArch64RegisterInfo.cpp
  274   if (MFI.hasVarSizedObjects() || MF.hasEHFunclets()) {
  580   if (!MF.hasEHFunclets() && !MFI.hasVarSizedObjects())
lib/Target/X86/X86FrameLowering.cpp
   90           MF.callsUnwindInit() || MF.hasEHFunclets() || MF.callsEHReturn() ||
  987       MF.hasEHFunclets() && Personality == EHPersonality::CoreCLR;
 1989     if (MF.hasEHFunclets()) {
 3179   if (!STI.is64Bit() || !MF.hasEHFunclets() ||