Searched refs:RegVar (Results 1 – 2 of 2) sorted by relevance
1575 auto RegVar = std::make_unique<DbgVariable>( in collectVariableInfoFromMFTable() local1578 RegVar->emplace<Loc::MMI>(VI.Expr, VI.getStackSlot()); in collectVariableInfoFromMFTable()1580 RegVar->emplace<Loc::EntryValue>(VI.getEntryValueRegister(), *VI.Expr); in collectVariableInfoFromMFTable()1583 InfoHolder.addScopeVariable(Scope, RegVar.get()); in collectVariableInfoFromMFTable()1584 MFVars.insert({Var, RegVar.get()}); in collectVariableInfoFromMFTable()1585 ConcreteEntities.push_back(std::move(RegVar)); in collectVariableInfoFromMFTable()1903 DbgVariable *RegVar = cast<DbgVariable>(createConcreteEntity(TheCU, in collectEntityInfo() local1919 RegVar->emplace<Loc::Single>(MInsn); in collectEntityInfo()1929 DebugLocStream::ListBuilder List(DebugLocs, TheCU, *Asm, *RegVar); in collectEntityInfo()1939 RegVar->emplace<Loc::Single>(Entries[0].getValues()[0]); in collectEntityInfo()
353 FunctionCallee RegVar = M.getOrInsertFunction( in createRegisterGlobalsFunction() local460 Builder.CreateCall(RegVar, in createRegisterGlobalsFunction()