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