Lines Matching refs:InitPrefix
80 Constant *InitPrefix; member
162 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
173 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
872 E.Data.AppendingGV.InitPrefix, in flush()
999 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument
1003 if (InitPrefix) { in mapAppendingVariable()
1005 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable()
1007 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable()
1053 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1064 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable()
1169 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1174 GV, InitPrefix, IsOldCtorDtor, NewMembers, MCID); in scheduleMapAppendingVariable()