Lines Matching refs:EltTys
175 Type *EltTys[] = {DescriptorElts[0]->getType(), DescriptorElts[1]->getType()};
176 StructType *STy = StructType::create(EltTys, "gc_map." + utostr(NumMeta));
205 std::vector<Type *> EltTys;
206 EltTys.push_back(StackEntryTy);
208 EltTys.push_back(Root.second->getAllocatedType());
210 return StructType::create(EltTys, ("gc_stackentry." + F.getName()).str());
231 std::vector<Type *> EltTys;
233 EltTys.push_back(Type::getInt32Ty(M.getContext()));
235 EltTys.push_back(Type::getInt32Ty(M.getContext()));
236 FrameMapTy = StructType::create(EltTys, "gc_map");
247 EltTys.clear();
248 EltTys.push_back(PointerType::getUnqual(StackEntryTy));
249 EltTys.push_back(FrameMapPtrTy);
250 StackEntryTy->setBody(EltTys);