Lines Matching defs:STy
604 else if (auto *STy = dyn_cast<DISubroutineType>(Ty))
605 construct(STy);
732 void DwarfUnit::constructTypeDIE(DIE &Buffer, const DIStringType *STy) {
734 StringRef Name = STy->getName();
739 if (DIVariable *Var = STy->getStringLength()) {
742 } else if (DIExpression *Expr = STy->getStringLengthExp()) {
752 uint64_t Size = STy->getSizeInBits() >> 3;
756 if (DIExpression *Expr = STy->getStringLocationExp()) {
766 if (STy->getEncoding()) {
769 STy->getEncoding());