Lines Matching refs:ST
423 StructType *ST = cast<StructType>(T);
425 TypeVals.push_back(ST->isPacked());
427 for (StructType::element_iterator I = ST->element_begin(),
428 E = ST->element_end(); I != E; ++I)
431 if (ST->isLiteral()) {
435 if (ST->isOpaque()) {
443 if (!ST->getName().empty())
444 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),