Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DPipeWindows.cpp28 PipeWindows::PipeWindows() in PipeWindows() function in PipeWindows
30 m_read_fd(PipeWindows::kInvalidDescriptor), in PipeWindows()
31 m_write_fd(PipeWindows::kInvalidDescriptor) { in PipeWindows()
36 PipeWindows::PipeWindows(pipe_t read, pipe_t write) in PipeWindows() function in PipeWindows
38 m_read_fd(PipeWindows::kInvalidDescriptor), in PipeWindows()
64 PipeWindows::~PipeWindows() { Close(); } in ~PipeWindows()
214 int PipeWindows::ReleaseReadFileDescriptor() { in ReleaseReadFileDescriptor()
216 return PipeWindows::kInvalidDescriptor; in ReleaseReadFileDescriptor()
228 return PipeWindows::kInvalidDescriptor; in ReleaseWriteFileDescriptor()
236 void PipeWindows::CloseReadFileDescriptor() { in CloseReadFileDescriptor()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DPipeWindows.h22 class PipeWindows : public PipeBase {
27 PipeWindows();
28 PipeWindows(lldb::pipe_t read, lldb::pipe_t write);
29 ~PipeWindows() override;
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DPipe.h15 typedef PipeWindows Pipe;
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Host/
H A DBUILD.gn70 "windows/PipeWindows.cpp",
/llvm-project-15.0.7/lldb/source/Host/
H A DCMakeLists.txt66 windows/PipeWindows.cpp
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3750 lldb/include/lldb/Host/windows/PipeWindows.h