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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp825 SmallVector<uint64_t, 64> TypeVals; local
875 TypeVals.push_back(TypeList.size());
876 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
877 TypeVals.clear();
901 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
907 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
909 TypeVals.push_back(AddressSpace);
917 TypeVals.push_back(FT->isVarArg());
918 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
920 TypeVals
[all...]

Completed in 96 milliseconds