Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:Var

65   const DILocalVariable *Var;                /// Variable Descriptor.
80 : Var(V), IA(IA), DD(DD) {}
101 assert(Var == DbgValue->getDebugVariable() && "Wrong variable");
111 const DILocalVariable *getVariable() const { return Var; }
118 StringRef getName() const { return Var->getName(); }
125 assert(V.Var == Var && "conflicting variable");
143 if (Var->isParameter())
150 if (Var->isArtificial())
158 if (Var->isObjectPointer())
335 /// Find abstract variable associated with Var.
340 void ensureAbstractVariableIsCreated(InlinedVariable Var,
342 void ensureAbstractVariableIsCreatedIfScoped(InlinedVariable Var,