Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DPipeBase.h28 virtual Status CreateWithUniqueName(llvm::StringRef prefix,
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/posix/
DPipePosix.h37 Status CreateWithUniqueName(llvm::StringRef prefix,
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/windows/
DPipeWindows.h37 Status CreateWithUniqueName(llvm::StringRef prefix,
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DPipePosix.cpp116 Status PipePosix::CreateWithUniqueName(llvm::StringRef prefix, in CreateWithUniqueName() function in PipePosix
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DPipeWindows.cpp131 Status PipeWindows::CreateWithUniqueName(llvm::StringRef prefix, in CreateWithUniqueName() function in PipeWindows
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp1001 error = socket_pipe.CreateWithUniqueName("debugserver-named-pipe", in StartDebugserverProcess()