Home | History | Annotate | Download | only in Linker

Lines Matching refs:DotPos

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