Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DOptionValueProperties.h153 bool SetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/external/llvm-project/lldb/source/Interpreter/
DOptionValueProperties.cpp424 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64() function in OptionValueProperties
/external/llvm-project/lldb/source/Core/
DDebugger.cpp322 return m_collection_sp->SetPropertyAtIndexAsSInt64(nullptr, idx, term_width); in SetTerminalWidth()