Home
last modified time | relevance | path

Searched refs:AuxConsts (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/IR/
H A DMDBuilder.cpp169 const SmallVector<Constant *> &AuxConsts = Entry.second; in createPCSections() local
170 if (!AuxConsts.empty()) { in createPCSections()
172 AuxMDs.reserve(AuxConsts.size()); in createPCSections()
173 for (Constant *C : AuxConsts) in createPCSections()