HomeSort by relevance Sort by last modified time
    Searched refs:MInsn (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 69 const MachineInstr *MInsn = II;
72 const DebugLoc MIDL = MInsn->getDebugLoc();
74 PrevMI = MInsn;
80 PrevMI = MInsn;
85 if (MInsn->isDebugValue())
98 RangeBeginMI = MInsn;
101 PrevMI = MInsn;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 130 const MachineInstr *MInsn; // DBG_VALUE instruction of the variable.
135 : Var(V), TheDIE(0), DotDebugLocOffset(~0U), AbsVar(AV), MInsn(0),
146 const MachineInstr *getMInsn() const { return MInsn; }
147 void setMInsn(const MachineInstr *M) { MInsn = M; }
DwarfDebug.cpp     [all...]

Completed in 55 milliseconds