Lines Matching refs:InitPrefix
80 Constant *InitPrefix; member
163 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
174 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
939 E.Data.AppendingGV.InitPrefix, in flush()
1078 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument
1082 if (InitPrefix) { in mapAppendingVariable()
1084 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable()
1086 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable()
1132 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1143 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable()
1265 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1270 GV, InitPrefix, IsOldCtorDtor, NewMembers, MCID); in scheduleMapAppendingVariable()