Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.h36 struct StreamDescriptor { struct
41 StreamDescriptor &operator=(StreamDescriptor &&other); argument
55 StreamDescriptor descriptor; argument
H A DIOStream.cpp27 StreamDescriptor::StreamDescriptor(StreamDescriptor &&other) { in StreamDescriptor() function in StreamDescriptor
/openbsd/gnu/llvm/llvm/lib/Object/
H A DMinidump.cpp130 for (const auto &StreamDescriptor : llvm::enumerate(*ExpectedStreams)) { in create() local