Searched refs:Suffixed (Results 1 – 1 of 1) sorted by relevance
6077 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local6078 Suffixed += OffloadingPrefix; in GetNamedOutputPath()6080 Suffixed += "-"; in GetNamedOutputPath()6081 Suffixed.append(BoundArch); in GetNamedOutputPath()6102 Suffixed += ".tmp"; in GetNamedOutputPath()6103 Suffixed += '.'; in GetNamedOutputPath()6104 Suffixed += Suffix; in GetNamedOutputPath()6105 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()