Lines Matching refs:Elts
871 SmallVector<llvm::Value *, 16> Elts; in getOrCreateMethodType() local
874 Elts.push_back(Args.getElement(0)); in getOrCreateMethodType()
895 Elts.push_back(ThisPtrType); in getOrCreateMethodType()
900 Elts.push_back(ThisPtrType); in getOrCreateMethodType()
906 Elts.push_back(Args.getElement(i)); in getOrCreateMethodType()
908 llvm::DIArray EltTypeArray = DBuilder.getOrCreateArray(Elts); in getOrCreateMethodType()
1996 SmallVector<llvm::Value *, 16> Elts; in getOrCreateFunctionType() local
1999 Elts.push_back(getOrCreateType(OMethod->getResultType(), F)); in getOrCreateFunctionType()
2001 Elts.push_back(getOrCreateType(OMethod->getSelfDecl()->getType(), F)); in getOrCreateFunctionType()
2003 Elts.push_back(getOrCreateType(OMethod->getCmdDecl()->getType(), F)); in getOrCreateFunctionType()
2007 Elts.push_back(getOrCreateType((*PI)->getType(), F)); in getOrCreateFunctionType()
2009 llvm::DIArray EltTypeArray = DBuilder.getOrCreateArray(Elts); in getOrCreateFunctionType()
2093 SmallVector<llvm::Value*, 16> Elts; in EmitFunctionStart() local
2094 llvm::DIArray EltTypeArray = DBuilder.getOrCreateArray(Elts); in EmitFunctionStart()