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

References

lib/Bitcode/Writer/BitcodeWriter.cpp
  874     switch (T->getTypeID()) {
  889       TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
  892       PointerType *PTy = cast<PointerType>(T);
  902       FunctionType *FT = cast<FunctionType>(T);
  913       StructType *ST = cast<StructType>(T);
  940       ArrayType *AT = cast<ArrayType>(T);
  949       VectorType *VT = cast<VectorType>(T);