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

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

Completed in 211 milliseconds