Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Variable

59                 "Debug Variable Analysis", false, false)
63 "Debug Variable Analysis", false, false)
100 /// UserValue - A user value is a part of a debug info user variable.
103 /// holds part of a user variable. The part is identified by a byte offset.
106 /// user values are related if they refer to the same variable, or if they are
112 const MDNode *Variable; ///< The debug info variable we are part of.
114 unsigned offset; ///< Byte offset into variable.
116 DebugLoc dl; ///< The debug location for the variable. This is
145 : Variable(var), Expression(expr), offset(o), IsIndirect(i),
162 return Var == Variable && Expr == Expression && dl->getInlinedAt() == IA &&
302 /// Map user variable to eq class leader.
398 auto *DV = cast<DILocalVariable>(Variable);
492 // DBG_VALUE loc, offset, variable
500 // Get or create the UserValue for (variable,offset).
973 assert(cast<DILocalVariable>(Variable)
978 IsIndirect, Loc.getReg(), offset, Variable, Expression);
983 .addMetadata(Variable)