Searched refs:EltTys (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DShadowStackGC.cpp229 Type *EltTys[] = { DescriptorElts[0]->getType(),DescriptorElts[1]->getType()}; local
230 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta));
260 std::vector<Type*> EltTys; local
261 EltTys.push_back(StackEntryTy);
263 EltTys.push_back(Roots[I].second->getAllocatedType());
265 return StructType::create(EltTys, "gc_stackentry."+F.getName().str());
276 std::vector<Type*> EltTys; local
278 EltTys.push_back(Type::getInt32Ty(M.getContext()));
280 EltTys.push_back(Type::getInt32Ty(M.getContext()));
281 FrameMapTy = StructType::create(EltTys, "gc_ma
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitcodeReader.cpp640 SmallVector<Type*, 8> EltTys;
643 EltTys.push_back(T);
647 if (EltTys.size() != Record.size()-1)
649 ResultTy = StructType::get(Context, EltTys, Record[0]);
673 SmallVector<Type*, 8> EltTys; local
676 EltTys.push_back(T);
680 if (EltTys.size() != Record.size()-1)
682 Res->setBody(EltTys, Record[0]);

Completed in 117 milliseconds