Home
last modified time | relevance | path

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

/external/clang/lib/Driver/
DDriver.cpp2273 SmallString<128> Suffixed(BaseName.substr(0, End)); in GetNamedOutputPath() local
2275 Suffixed += "-"; in GetNamedOutputPath()
2276 Suffixed.append(BoundArch); in GetNamedOutputPath()
2283 Suffixed += ".tmp"; in GetNamedOutputPath()
2284 Suffixed += '.'; in GetNamedOutputPath()
2285 Suffixed += Suffix; in GetNamedOutputPath()
2286 NamedOutput = C.getArgs().MakeArgString(Suffixed.c_str()); in GetNamedOutputPath()