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

References

include/llvm/CodeGen/MachineInstr.h
 1058   bool isDebugLabel() const { return getOpcode() == TargetOpcode::DBG_LABEL; }
 1151     case TargetOpcode::DBG_LABEL:
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1101       case TargetOpcode::DBG_LABEL:
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  166   auto MIB = buildInstr(TargetOpcode::DBG_LABEL);
lib/CodeGen/LiveDebugVariables.cpp
 1333   BuildMI(*MBB, I, getDebugLoc(), TII.get(TargetOpcode::DBG_LABEL))
lib/CodeGen/PatchableFunction.cpp
   51   case TargetOpcode::DBG_LABEL:
lib/CodeGen/SelectionDAG/FastISel.cpp
 1456             TII.get(TargetOpcode::DBG_LABEL)).addMetadata(DI->getLabel());
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  771   const MCInstrDesc &II = TII->get(TargetOpcode::DBG_LABEL);