Lines Matching refs:InitPrefix
79 Constant *InitPrefix; member
161 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
173 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
844 E.Data.AppendingGV.InitPrefix, in flush()
958 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument
962 if (InitPrefix) { in mapAppendingVariable()
964 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable()
966 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable()
1012 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1023 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable()
1128 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1133 GV, InitPrefix, IsOldCtorDtor, NewMembers, MCID); in scheduleMapAppendingVariable()