Lines Matching refs:ST
296 StructType *ST = cast<StructType>(T);
298 TypeVals.push_back(ST->isPacked());
300 for (StructType::element_iterator I = ST->element_begin(),
301 E = ST->element_end(); I != E; ++I)
304 if (ST->isLiteral()) {
308 if (ST->isOpaque()) {
316 if (!ST->getName().empty())
317 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(),