Searched refs:Suffixed (Results 1 – 1 of 1) sorted by relevance
4588 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local4589 Suffixed += OffloadingPrefix; in GetNamedOutputPath()4591 Suffixed += "-"; in GetNamedOutputPath()4592 Suffixed.append(BoundArch); in GetNamedOutputPath()4599 Suffixed += ".tmp"; in GetNamedOutputPath()4600 Suffixed += '.'; in GetNamedOutputPath()4601 Suffixed += Suffix; in GetNamedOutputPath()4602 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()