reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Bitcode/Writer/BitcodeWriter.cpp
  864   TypeVals.push_back(TypeList.size());
  865   Stream.EmitRecord(bitc::TYPE_CODE_NUMENTRY, TypeVals);
  866   TypeVals.clear();
  889       TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
  895       TypeVals.push_back(VE.getTypeID(PTy->getElementType()));
  897       TypeVals.push_back(AddressSpace);
  905       TypeVals.push_back(FT->isVarArg());
  906       TypeVals.push_back(VE.getTypeID(FT->getReturnType()));
  908         TypeVals.push_back(VE.getTypeID(FT->getParamType(i)));
  915       TypeVals.push_back(ST->isPacked());
  919         TypeVals.push_back(VE.getTypeID(*I));
  943       TypeVals.push_back(AT->getNumElements());
  944       TypeVals.push_back(VE.getTypeID(AT->getElementType()));
  953       TypeVals.push_back(VT->getNumElements());
  954       TypeVals.push_back(VE.getTypeID(VT->getElementType()));
  956         TypeVals.push_back(VT->isScalable());
  962     Stream.EmitRecord(Code, TypeVals, AbbrevToUse);
  963     TypeVals.clear();