Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DTerminal.h58 llvm::Error SetCanonical(bool enabled);
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DTerminal.cpp92 llvm::Error Terminal::SetCanonical(bool enabled) { in SetCanonical() function in Terminal
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h441 llvm::consumeError(terminal.SetCanonical(false)); in Run()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp4378 llvm::consumeError(terminal.SetCanonical(false)); in Run()