Home
last modified time | relevance | path

Searched refs:Suffixed (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6077 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
6078 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()