Searched refs:Suffixed (Results 1 – 1 of 1) sorted by relevance
5993 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local5994 Suffixed += OffloadingPrefix; in GetNamedOutputPath()5996 Suffixed += "-"; in GetNamedOutputPath()5997 Suffixed.append(BoundArch); in GetNamedOutputPath()6018 Suffixed += ".tmp"; in GetNamedOutputPath()6019 Suffixed += '.'; in GetNamedOutputPath()6020 Suffixed += Suffix; in GetNamedOutputPath()6021 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()