Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
HDDriver.cpp4588 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
4589 Suffixed += OffloadingPrefix; in GetNamedOutputPath()
4591 Suffixed += "-"; in GetNamedOutputPath()
4592 Suffixed.append(BoundArch); in GetNamedOutputPath()
4599 Suffixed += ".tmp"; in GetNamedOutputPath()
4600 Suffixed += '.'; in GetNamedOutputPath()
4601 Suffixed += Suffix; in GetNamedOutputPath()
4602 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()