Home
last modified time | relevance | path

Searched refs:SetCanonical (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DTerminal.h57 llvm::Error SetCanonical(bool enabled);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTerminal.cpp92 llvm::Error Terminal::SetCanonical(bool enabled) { in SetCanonical() function in Terminal
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h458 llvm::consumeError(terminal.SetCanonical(false)); in Run()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4653 llvm::consumeError(terminal.SetCanonical(false)); in Run()