Lines Matching refs:InitPrefix
81 Constant *InitPrefix; member
163 void scheduleMapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
174 void mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix,
883 E.Data.AppendingGV.InitPrefix, in flush()
1018 void Mapper::mapAppendingVariable(GlobalVariable &GV, Constant *InitPrefix, in mapAppendingVariable() argument
1022 if (InitPrefix) { in mapAppendingVariable()
1024 cast<ArrayType>(InitPrefix->getType())->getNumElements(); in mapAppendingVariable()
1026 Elements.push_back(InitPrefix->getAggregateElement(I)); in mapAppendingVariable()
1072 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1083 WE.Data.AppendingGV.InitPrefix = InitPrefix; in scheduleMapAppendingVariable()
1190 Constant *InitPrefix, in scheduleMapAppendingVariable() argument
1195 GV, InitPrefix, IsOldCtorDtor, NewMembers, MCID); in scheduleMapAppendingVariable()