Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp327 SmallVector<uint64_t, 64> TypeVals; in WriteTypeTable() local
381 TypeVals.push_back(TypeList.size()); in WriteTypeTable()
382 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals); in WriteTypeTable()
383 TypeVals.clear(); in WriteTypeTable()
405 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
411 TypeVals.push_back(VE.getTypeID(PTy->getElementType())); in WriteTypeTable()
413 TypeVals.push_back(AddressSpace); in WriteTypeTable()
421 TypeVals.push_back(FT->isVarArg()); in WriteTypeTable()
422 TypeVals.push_back(VE.getTypeID(FT->getReturnType())); in WriteTypeTable()
424 TypeVals.push_back(VE.getTypeID(FT->getParamType(i))); in WriteTypeTable()
[all …]