Home | History | Annotate | Download | only in Linker

Lines Matching defs:ST

603     StructType *ST = SrcStructTypes[i];
604 if (!ST->hasName()) continue;
607 size_t DotPos = ST->getName().rfind('.');
609 ST->getName().back() == '.' ||
610 !isdigit(static_cast<unsigned char>(ST->getName()[DotPos+1])))
614 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))
633 TypeMap.addTypeMapping(DST, ST);