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()256 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals); in WriteTypeTable()257 TypeVals.clear(); in WriteTypeTable()279 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()285 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()287 TypeVals.push_back(AddressSpace); in WriteTypeTable()295 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()296 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0 in WriteTypeTable()297 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()[all …]
188 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local240 TypeVals.push_back(TypeList.size()); in WriteTypeTable()241 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals); in WriteTypeTable()242 TypeVals.clear(); in WriteTypeTable()264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()270 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()272 TypeVals.push_back(AddressSpace); in WriteTypeTable()280 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()281 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0 in WriteTypeTable()282 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()[all …]
188 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local242 TypeVals.push_back(TypeList.size()); in WriteTypeTable()243 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals); in WriteTypeTable()244 TypeVals.clear(); in WriteTypeTable()267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()273 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()275 TypeVals.push_back(AddressSpace); in WriteTypeTable()283 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()284 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()286 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()[all …]