Searched refs:AuxConsts (Results 1 – 1 of 1) sorted by relevance
182 const SmallVector<Constant *> &AuxConsts = Entry.second; in createPCSections() local183 if (!AuxConsts.empty()) { in createPCSections()185 AuxMDs.reserve(AuxConsts.size()); in createPCSections()186 for (Constant *C : AuxConsts) in createPCSections()