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

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp195 SmallVector<uint64_t, 64> TypeVals; local
249 TypeVals.push_back(TypeList.size());
250 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
251 TypeVals.clear();
274 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
280 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
282 TypeVals.push_back(AddressSpace);
290 TypeVals.push_back(FT->isVarArg());
291 TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
293 TypeVals
[all...]

Completed in 65 milliseconds