Searched refs:TypeVals (Results 1 – 2 of 2) sorted by relevance
971 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local1021 TypeVals.push_back(TypeList.size()); in writeTypeTable()1023 TypeVals.clear(); in writeTypeTable()1077 TypeVals.push_back(AddressSpace); in writeTypeTable()1090 TypeVals.push_back(false); in writeTypeTable()1097 TypeVals.push_back(AddressSpace); in writeTypeTable()1107 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()1110 TypeVals.push_back(getTypeID(PTy)); in writeTypeTable()1117 TypeVals.push_back(ST->isPacked()); in writeTypeTable()1120 TypeVals.push_back(getTypeID(ElTy)); in writeTypeTable()[all …]
871 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local927 TypeVals.push_back(TypeList.size()); in writeTypeTable()929 TypeVals.clear(); in writeTypeTable()961 TypeVals.push_back(AddressSpace); in writeTypeTable()968 TypeVals.push_back(AddressSpace); in writeTypeTable()978 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()988 TypeVals.push_back(ST->isPacked()); in writeTypeTable()991 TypeVals.push_back(VE.getTypeID(ET)); in writeTypeTable()1015 TypeVals.push_back(AT->getNumElements()); in writeTypeTable()1029 TypeVals.push_back(true); in writeTypeTable()[all …]