Searched refs:Stdout (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 18 enum class ShowIncludesDestination { None, Stdout, Stderr }; enumerator
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 96 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
|
| H A D | CompilerInvocation.cpp | 2111 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | VSCode.h | 67 enum class OutputType { Console, Stdout, Stderr, Telemetry }; enumerator
|
| H A D | VSCode.cpp | 215 case OutputType::Stdout: in SendOutput()
|
| H A D | lldb-vscode.cpp | 377 g_vsc.SendOutput(OutputType::Stdout, llvm::StringRef(buffer, count)); in SendStdOutStdErr() 3145 g_vsc.SendOutput(OutputType::Stdout, data); in SetupStdoutStderrRedirection()
|
| /llvm-project-15.0.7/llvm/tools/llvm-go/ |
| H A D | llvm-go.go | 227 Files: []*os.File{os.Stdin, os.Stdout, os.Stderr},
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | CommandLineTest.cpp | 1251 OutputRedirector Stdout(fileno(stdout)); in runTest() local 1252 if (!Stdout.Valid) in runTest() 1254 File.FilePath = Stdout.FilePath; in runTest()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | CompilerInvocationTest.cpp | 971 ShowIncludesDestination::Stdout); in TEST_F()
|