Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp852 SmallVector<uint64_t, 64> TypeVals; in writeTypeTable() local
908 TypeVals.push_back(TypeList.size()); in writeTypeTable()
909 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals); in writeTypeTable()
910 TypeVals.clear(); in writeTypeTable()
935 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in writeTypeTable()
943 TypeVals.push_back(AddressSpace); in writeTypeTable()
949 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in writeTypeTable()
950 TypeVals.push_back(AddressSpace); in writeTypeTable()
960 TypeVals.push_back(FT->isVarArg()); in writeTypeTable()
961 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in writeTypeTable()
[all …]