Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h74 void SetMinimumValue(int64_t v) { m_min_value = v; } in SetMinimumValue() function
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp800 term_width->SetMinimumValue(10); in Debugger()