Searched refs:TypeVals (Results 1 – 3 of 3) sorted by relevance
217 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local255 TypeVals.push_back(TypeList.size()); in WriteTypeTable()257 TypeVals.clear(); in WriteTypeTable()287 TypeVals.push_back(AddressSpace); in WriteTypeTable()295 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()306 TypeVals.push_back(ST->isPacked()); in WriteTypeTable()310 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()335 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in WriteTypeTable()[all …]
188 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local240 TypeVals.push_back(TypeList.size()); in WriteTypeTable()242 TypeVals.clear(); in WriteTypeTable()272 TypeVals.push_back(AddressSpace); in WriteTypeTable()280 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()291 TypeVals.push_back(ST->isPacked()); in WriteTypeTable()295 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()319 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()328 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()335 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in WriteTypeTable()[all …]
188 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local242 TypeVals.push_back(TypeList.size()); in WriteTypeTable()244 TypeVals.clear(); in WriteTypeTable()275 TypeVals.push_back(AddressSpace); in WriteTypeTable()283 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()293 TypeVals.push_back(ST->isPacked()); in WriteTypeTable()297 TypeVals.push_back(VE.getTypeID(*I)); in WriteTypeTable()321 TypeVals.push_back(AT->getNumElements()); in WriteTypeTable()330 TypeVals.push_back(VT->getNumElements()); in WriteTypeTable()337 Stream.EmitRecord(Code, TypeVals, AbbrevToUse); in WriteTypeTable()[all …]