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

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp246 SmallVector<uint64_t, 64> TypeVals; local
311 TypeVals.push_back(TypeList.size());
312 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
313 TypeVals.clear();
335 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
341 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
343 TypeVals.push_back(AddressSpace);
351 TypeVals.push_back(FT->isVarArg());
352 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
353 TypeVals
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp196 SmallVector<uint64_t, 64> TypeVals; local
250 TypeVals.push_back(TypeList.size());
251 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
252 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(0); // FIXME: DEAD: remove in llvm 3.0
292 TypeVals
[all...]

Completed in 221 milliseconds