Home
last modified time | relevance | path

Searched refs:RegVar (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp750 auto RegVar = make_unique<DbgVariable>(Var.first, Var.second, this); in collectVariableInfoFromMMITable() local
751 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() local
939 RegVar->initializeDbgValue(MInsn); in collectVariableInfo()
944 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar, *MInsn); in collectVariableInfo()