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.cpp183 const SmallVector<Constant *> &AuxConsts = Entry.second; in createPCSections() local
184 if (!AuxConsts.empty()) { in createPCSections()
186 AuxMDs.reserve(AuxConsts.size()); in createPCSections()
187 for (Constant *C : AuxConsts) in createPCSections()