Lines Matching refs:DebugLoc
498 /// MachineInstr ctor - As above, but with a DebugLoc.
499 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl,
502 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
527 /// MachineInstr ctor - As above, but with a DebugLoc.
529 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl,
532 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
547 Parent(0), debugLoc(MI.getDebugLoc()) {
805 // If DebugLoc does not match then two dbg.values are not identical.
1321 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF,
1334 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1519 if (!debugLoc.isUnknown() && MF) {
1522 printDebugLoc(debugLoc, MF, OS);