Searched refs:RegVar (Results 1 – 1 of 1) sorted by relevance
750 auto RegVar = make_unique<DbgVariable>(Var.first, Var.second, this); in collectVariableInfoFromMMITable() local751 RegVar->initializeMMI(VI.Expr, VI.Slot); in collectVariableInfoFromMMITable()752 if (InfoHolder.addScopeVariable(Scope, RegVar.get())) in collectVariableInfoFromMMITable()753 ConcreteVariables.push_back(std::move(RegVar)); in collectVariableInfoFromMMITable()932 DbgVariable *RegVar = createConcreteVariable(*Scope, IV); in collectVariableInfo() local939 RegVar->initializeDbgValue(MInsn); in collectVariableInfo()944 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectVariableInfo()