Home | History | Annotate | Download | only in CodeGen

Lines Matching full:decls

174       llvm::ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls,
1340 llvm::ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls,
1342 for (unsigned I = 0, N = Decls.size(); I != N; ++I) {
1343 const VarDecl *VD = Decls[I].first;
1344 llvm::GlobalVariable *Var = Decls[I].second;