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

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 1634   DebugHandlerBase::beginInstruction(MI);
 1637   const auto *SP = MI->getMF()->getFunction().getSubprogram();
 1644   if (MI->isMetaInstruction() || MI->getFlag(MachineInstr::FrameSetup))
 1644   if (MI->isMetaInstruction() || MI->getFlag(MachineInstr::FrameSetup))
 1646   const DebugLoc &DL = MI->getDebugLoc();
 1654   if (SP->areAllCallsDescribed() && MI->isCall() && !MI->hasDelaySlot())
 1654   if (SP->areAllCallsDescribed() && MI->isCall() && !MI->hasDelaySlot())
 1655     requestLabelAfterInsn(MI);
 1687         (PrevInstBB && PrevInstBB != MI->getParent())) {