Searched refs:RegVar (Results 1 – 2 of 2) sorted by relevance
1585 auto RegVar = std::make_unique<DbgVariable>( in collectVariableInfoFromMFTable() local1588 RegVar->emplace<Loc::MMI>(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()1590 RegVar->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), *VI.Expr); in collectVariableInfoFromMFTable()1593 InfoHolder.addScopeVariable(Scope, RegVar.get()); in collectVariableInfoFromMFTable()1594 MFVars.insert({Var, RegVar.get()}); in collectVariableInfoFromMFTable()1595 ConcreteEntities.push_back(std::move(RegVar)); in collectVariableInfoFromMFTable()1914 DbgVariable *RegVar = cast<DbgVariable>(createConcreteEntity(TheCU, in collectEntityInfo() local1930 RegVar->emplace<Loc::Single>(MInsn); in collectEntityInfo()1936 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo()1946 RegVar->emplace<Loc::Single>(Entries[0].getValues()[0]); in collectEntityInfo()
356 FunctionCallee RegVar = M.getOrInsertFunction( in createRegisterGlobalsFunction() local492 Builder.CreateCall(RegVar, in createRegisterGlobalsFunction()