Searched refs:OldName (Results 1 – 6 of 6) sorted by relevance
38 void incrementSubstitutions(ManglerVector &OldName) { in incrementSubstitutions() argument41 ManglerVector NewName(OldName.size() * 2); in incrementSubstitutions()44 const size_t OldLen = OldName.size(); in incrementSubstitutions()46 if (OldName[OldPos] == '\0') in incrementSubstitutions()48 if (OldName[OldPos] == 'S') { in incrementSubstitutions()54 char Ch = OldName[Last]; in incrementSubstitutions()67 NewName[NewPos++] = OldName[OldPos++]; // 'S' in incrementSubstitutions()71 assert(OldName[OldPos - 1] == 'S'); in incrementSubstitutions()72 assert(OldName[OldPos + Length] == '_'); in incrementSubstitutions()85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions()[all …]
2396 StringRef OldName = OldPtr->getName(); in getNewAllocaSlicePtr() local2398 size_t LastSROAPrefix = OldName.rfind(".sroa."); in getNewAllocaSlicePtr()2400 OldName = OldName.substr(LastSROAPrefix + strlen(".sroa.")); in getNewAllocaSlicePtr()2402 size_t IndexEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr()2403 if (IndexEnd != StringRef::npos && OldName[IndexEnd] == '.') { in getNewAllocaSlicePtr()2405 OldName = OldName.substr(IndexEnd + 1); in getNewAllocaSlicePtr()2406 size_t OffsetEnd = OldName.find_first_not_of("0123456789"); in getNewAllocaSlicePtr()2407 if (OffsetEnd != StringRef::npos && OldName[OffsetEnd] == '.') in getNewAllocaSlicePtr()2409 OldName = OldName.substr(OffsetEnd + 1); in getNewAllocaSlicePtr()2413 OldName = OldName.substr(0, OldName.find(".sroa_")); in getNewAllocaSlicePtr()[all …]
294 return !DoesNameContainWildcard(OldName); in Prepare()319 unsigned num = CompareTwoNames(OldName, src); in GetNewPath()320 if (OldName[num] == 0) in GetNewPath()333 || !IsPathSepar(OldName[num]) in GetNewPath()334 || OldName[num + 1] != 0) in GetNewPath()
71 UString OldName; member
465 pair.OldName = oldName; in AddRenamePair()473 val += pair.OldName; in AddRenamePair()
2138 Init *OldName = getNameInit(); in resolveReferences() local2140 if (NewName != OldName) { in resolveReferences()