Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h162 bool SetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueProperties.cpp437 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64() function in OptionValueProperties
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp355 return m_collection_sp->SetPropertyAtIndexAsSInt64(nullptr, idx, term_width); in SetTerminalWidth()