HomeSort by relevance Sort by last modified time
    Searched refs:TypeVals (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 195 SmallVector<uint64_t, 64> TypeVals;
249 TypeVals.push_back(TypeList.size());
250 Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
251 TypeVals.clear();
273 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
279 TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
281 TypeVals.push_back(AddressSpace);
289 TypeVals.push_back(FT->isVarArg());
290 TypeVals.push_back(0); // FIXME: DEAD: remove in llvm 3.0
291 TypeVals.push_back(VE.getTypeID(FT->getReturnType()))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 754 SmallVector<uint64_t, 64> TypeVals;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 782 SmallVector<uint64_t, 64> TypeVals;
    [all...]

Completed in 69 milliseconds