Home
last modified time | relevance | path

Searched refs:TypeVals (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp815 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local
865 TypeVals.push_back(TypeList.size()); in writeTypeTable()
866 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals); in writeTypeTable()
867 TypeVals.clear(); in writeTypeTable()
890 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in writeTypeTable()
896 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in writeTypeTable()
898 TypeVals.push_back(AddressSpace); in writeTypeTable()
906 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()
907 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in writeTypeTable()
909 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in writeTypeTable()
[all …]