Home | History | Annotate | Download | only in Linker

Lines Matching refs:DotPos

646     size_t DotPos = ST->getName().rfind('.');
647 if (DotPos == 0 || DotPos == StringRef::npos ||
649 !isdigit(static_cast<unsigned char>(ST->getName()[DotPos+1])))
653 if (StructType *DST = DstM->getTypeByName(ST->getName().substr(0, DotPos)))