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

References

lib/CodeGen/AsmPrinter/ARMException.cpp
   68     F.needsUnwindTableEntry();
   71   if (!Asm->MF->getFunction().needsUnwindTableEntry() &&
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  337       if (!F.isDeclarationForLinker() && F.needsUnwindTableEntry()) {
  935       MF->getFunction().needsUnwindTableEntry())
  945   return MAI->usesWindowsCFI() && MF->getFunction().needsUnwindTableEntry();
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
  112       F.needsUnwindTableEntry();
lib/CodeGen/AsmPrinter/WinException.cpp
   82                               F.needsUnwindTableEntry();
lib/CodeGen/CFIInstrInserter.cpp
   52         !MF.getFunction().needsUnwindTableEntry())
lib/Target/AArch64/AArch64FrameLowering.cpp
  830          F.needsUnwindTableEntry();
  847   bool needsFrameMoves = (MMI.hasDebugInfo() || F.needsUnwindTableEntry()) &&
lib/Target/AArch64/AArch64InstrInfo.cpp
 1959                      MI.getMF()->getFunction().needsUnwindTableEntry();
lib/Target/ARC/ARCRegisterInfo.cpp
  131   return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry();
lib/Target/Hexagon/HexagonFrameLowering.cpp
  227                  MF.getFunction().needsUnwindTableEntry();
lib/Target/PowerPC/PPCFrameLowering.cpp
  786     MF.getFunction().needsUnwindTableEntry();
lib/Target/X86/X86CallFrameOptimization.cpp
  143        (MF.getFunction().needsUnwindTableEntry() && !TFL->hasFP(MF))))
lib/Target/X86/X86FrameLowering.cpp
  991   bool NeedsWin64CFI = IsWin64Prologue && Fn.needsUnwindTableEntry();
  997       !IsWin64Prologue && (MMI.hasDebugInfo() || Fn.needsUnwindTableEntry());
 1607       IsWin64Prologue && MF.getFunction().needsUnwindTableEntry();
 1620       (MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry());
 2819                     (MMI.hasDebugInfo() || F.needsUnwindTableEntry());
lib/Target/X86/X86InstrInfo.cpp
 3968       (MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry());
lib/Target/XCore/XCoreRegisterInfo.cpp
  206   return MF.getMMI().hasDebugInfo() || MF.getFunction().needsUnwindTableEntry();