HomeSort by relevance Sort by last modified time
    Searched refs:EltTys (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 229 Type *EltTys[] = { DescriptorElts[0]->getType(),DescriptorElts[1]->getType()};
230 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta));
260 std::vector<Type*> EltTys;
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;
278 EltTys.push_back(Type::getInt32Ty(M.getContext()));
280 EltTys.push_back(Type::getInt32Ty(M.getContext()));
281 FrameMapTy = StructType::create(EltTys, "gc_map")
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 699 SmallVector<llvm::Value *, 8> EltTys;
709 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
710 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
712 Elements = DBuilder.getOrCreateArray(EltTys);
713 EltTys.clear();
729 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
731 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset));
732 EltTys.push_back(CreateMemberType(Unit, FType, "__reserved", &FieldOffset));
734 EltTys.push_back(CreateMemberType(Unit, FType, "__FuncPtr", &FieldOffset));
743 EltTys.push_back(FieldTy)
    [all...]
CGDebugInfo.h 158 SmallVectorImpl<llvm::Value *> &EltTys,
163 SmallVectorImpl<llvm::Value *> &EltTys,
199 SmallVectorImpl<llvm::Value *> &EltTys);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 651 SmallVector<Type*, 8> EltTys;
654 EltTys.push_back(T);
658 if (EltTys.size() != Record.size()-1)
660 ResultTy = StructType::get(Context, EltTys, Record[0]);
684 SmallVector<Type*, 8> EltTys;
687 EltTys.push_back(T);
691 if (EltTys.size() != Record.size()-1)
693 Res->setBody(EltTys, Record[0]);
857 std::vector<Type*> EltTys;
860 EltTys.push_back(Elt)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 848 SmallVector<Type*, 8> EltTys;
851 EltTys.push_back(T);
855 if (EltTys.size() != Record.size()-1)
857 ResultTy = StructType::get(Context, EltTys, Record[0]);
881 SmallVector<Type*, 8> EltTys;
884 EltTys.push_back(T);
888 if (EltTys.size() != Record.size()-1)
890 Res->setBody(EltTys, Record[0]);
    [all...]

Completed in 162 milliseconds