Home
last modified time | relevance | path

Searched defs:StreamDescriptor (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/tools/lldb-dap/
H A DIOStream.h36 ~StreamDescriptor(); struct
41 static StreamDescriptor from_socket(SOCKET s, bool close); argument
55 __anonf2afc3f8010aStreamDescriptor global() argument
[all...]
H A DIOStream.cpp27 StreamDescriptor::StreamDescriptor(StreamDescriptor &&other) { StreamDescriptor() function in StreamDescriptor
[all...]
/llvm-project/llvm/lib/Object/
H A DMinidump.cpp130 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { create() local