Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:DbgVariable

74 DIType DbgVariable::getType() const {
468 if (DbgVariable *ArgDV = CurrentFnArguments[i])
474 const SmallVector<DbgVariable *, 8> &Variables = ScopeVariables.lookup(Scope);
767 DbgVariable *NewVar = new DbgVariable(DV, NULL);
858 DbgVariable *DwarfDebug::findAbstractVariable(DIVariable &DV,
863 DbgVariable *AbsDbgVariable = AbstractVariables.lookup(Var);
871 AbsDbgVariable = new DbgVariable(Var, NULL);
880 DbgVariable *Var, LexicalScope *Scope) {
921 DbgVariable *AbsDbgVariable = findAbstractVariable(DV, VP.second);
922 DbgVariable *RegVar = new DbgVariable(DV, AbsDbgVariable);
1010 DbgVariable *AbsVar = findAbstractVariable(DV, MInsn->getDebugLoc());
1011 DbgVariable *RegVar = new DbgVariable(DV, AbsVar);
1074 addScopeVariable(Scope, new DbgVariable(DV, NULL));
1388 void DwarfDebug::addScopeVariable(LexicalScope *LS, DbgVariable *Var) {
1389 // SmallVector<DbgVariable *, 8> &Vars = ScopeVariables.lookup(LS);
1425 addScopeVariable(Scope, new DbgVariable(DV, NULL));
1442 for (DenseMap<LexicalScope *, SmallVector<DbgVariable *, 8> >::iterator