Lines Matching refs:Elts
984 SmallVector<llvm::Value *, 16> Elts; in getOrCreateInstanceMethodType() local
987 Elts.push_back(Args.getElement(0)); in getOrCreateInstanceMethodType()
1005 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()
1010 Elts.push_back(ThisPtrType); in getOrCreateInstanceMethodType()
1015 Elts.push_back(Args.getElement(i)); in getOrCreateInstanceMethodType()
1017 llvm::DIArray EltTypeArray = DBuilder.getOrCreateArray(Elts); in getOrCreateInstanceMethodType()
2165 SmallVector<llvm::Value *, 16> Elts; in getOrCreateFunctionType() local
2168 Elts.push_back(getOrCreateType(OMethod->getResultType(), F)); in getOrCreateFunctionType()
2171 Elts.push_back(DBuilder.createObjectPointerType(SelfTy)); in getOrCreateFunctionType()
2174 Elts.push_back(DBuilder.createArtificialType(CmdTy)); in getOrCreateFunctionType()
2178 Elts.push_back(getOrCreateType((*PI)->getType(), F)); in getOrCreateFunctionType()
2180 llvm::DIArray EltTypeArray = DBuilder.getOrCreateArray(Elts); in getOrCreateFunctionType()
2273 SmallVector<llvm::Value*, 16> Elts; in EmitFunctionStart() local
2274 llvm::DIArray EltTypeArray = DBuilder.getOrCreateArray(Elts); in EmitFunctionStart()