Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DToolOutputFile.cpp18 static bool isStdout(StringRef Filename) { return Filename == "-"; } in isStdout() function
23 if (!isStdout(Filename)) in CleanupInstaller()
28 if (isStdout(Filename)) in ~CleanupInstaller()
43 if (isStdout(Filename)) { in ToolOutputFile()