Home
last modified time | relevance | path

Searched refs:SetParity (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h65 llvm::Error SetParity(Parity parity);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp324 llvm::Error Terminal::SetParity(Terminal::Parity parity) { in SetParity() function in Terminal
H A DFile.cpp880 if (llvm::Error error = term.SetParity(*serial_options.Parity)) in Create()