Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp182 const SmallVector<Constant *> &AuxConsts = Entry.second; in createPCSections() local
183 if (!AuxConsts.empty()) { in createPCSections()
185 AuxMDs.reserve(AuxConsts.size()); in createPCSections()
186 for (Constant *C : AuxConsts) in createPCSections()