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

References

include/llvm/CodeGen/MachineInstr.h
 1059   bool isDebugInstr() const { return isDebugValue() || isDebugLabel(); }
include/llvm/CodeGen/MachineInstrBuilder.h
  232     assert((MI->isDebugLabel() ? static_cast<bool>(MI->getDebugLabel())
lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
   93   assert(MI.isDebugLabel() && "not a DBG_LABEL");
  253       } else if (MI.isDebugLabel()) {
lib/CodeGen/LiveDebugVariables.cpp
  705             (MBBI->isDebugLabel() && handleDebugLabel(*MBBI, Idx))) {
lib/CodeGen/MachineInstr.cpp
  812   assert(isDebugLabel() && "not a DBG_LABEL");
 1606     } else if (isDebugLabel() && MO.isMetadata()) {
lib/CodeGen/ScheduleDAGInstrs.cpp
  805     if (MI.isDebugLabel())
lib/Target/Mips/MipsAsmPrinter.cpp
  200   if (MI->isDebugLabel())