Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h155 bool SetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp414 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64() function in OptionValueProperties
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp329 return m_collection_sp->SetPropertyAtIndexAsSInt64(nullptr, idx, term_width); in SetTerminalWidth()