Searched refs:CurrentCtors (Results 1 – 1 of 1) sorted by relevance
30 SmallVector<Constant *, 16> CurrentCtors; in appendToGlobalArray() local43 CurrentCtors.reserve(n + 1); in appendToGlobalArray()51 CurrentCtors.push_back(Ctor); in appendToGlobalArray()72 CurrentCtors.push_back(RuntimeCtorInit); in appendToGlobalArray()75 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size()); in appendToGlobalArray()76 Constant *NewInit = ConstantArray::get(AT, CurrentCtors); in appendToGlobalArray()