Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:DebugLoc

499 /// MachineInstr ctor - As above, but with a DebugLoc.
500 MachineInstr::MachineInstr(const MCInstrDesc &tid, const DebugLoc dl,
503 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
530 /// MachineInstr ctor - As above, but with a DebugLoc.
532 MachineInstr::MachineInstr(MachineBasicBlock *MBB, const DebugLoc dl,
535 MemRefs(0), MemRefsEnd(0), Parent(0), debugLoc(dl) {
551 Parent(0), debugLoc(MI.getDebugLoc()) {
780 // If DebugLoc does not match then two dbg.values are not identical.
1333 static void printDebugLoc(DebugLoc DL, const MachineFunction *MF,
1346 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(DL.getInlinedAt(Ctx));
1546 DebugLoc InlinedAtDL = DebugLoc::getFromDILocation(InlinedAt);
1553 } else if (!debugLoc.isUnknown() && MF) {
1556 printDebugLoc(debugLoc, MF, OS);