Home
last modified time | relevance | path

Searched refs:SetTabSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h350 bool SetTabSize(uint32_t tab_size);
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp529 bool Debugger::SetTabSize(uint32_t tab_size) { in SetTabSize() function in Debugger