Home
last modified time | relevance | path

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

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