reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overrides

tools/lldb/include/lldb/Host/PipeBase.h
   26   virtual Status CreateNew(llvm::StringRef name,

Declarations

tools/lldb/include/lldb/Host/posix/PipePosix.h
   36   Status CreateNew(llvm::StringRef name, bool child_process_inherit) override;

References

tools/lldb/source/Host/posix/PipePosix.cpp
  143     error = CreateNew(named_pipe_path, child_process_inherit);