Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp6436 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
6437 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
6439 Suffixed += "-"; in GetNamedOutputPath()
6440 Suffixed.append(BoundArch); in GetNamedOutputPath()
6461 Suffixed += ".tmp"; in GetNamedOutputPath()
6462 Suffixed += '.'; in GetNamedOutputPath()
6463 Suffixed += Suffix; in GetNamedOutputPath()
6464 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()