Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h18 enum class ShowIncludesDestination { None, Stdout, Stderr }; enumerator
/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp96 case ShowIncludesDestination::Stdout: in AttachHeaderIncludeGen()
H A DCompilerInvocation.cpp2111 Opts.ShowIncludesDest = ShowIncludesDestination::Stdout; in ParseDependencyOutputArgs()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.h67 enum class OutputType { Console, Stdout, Stderr, Telemetry }; enumerator
H A DVSCode.cpp215 case OutputType::Stdout: in SendOutput()
H A Dlldb-vscode.cpp377 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 Dllvm-go.go227 Files: []*os.File{os.Stdin, os.Stdout, os.Stderr},
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp1251 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 DCompilerInvocationTest.cpp971 ShowIncludesDestination::Stdout); in TEST_F()