Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h164 bool SetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp443 bool OptionValueProperties::SetPropertyAtIndexAsSInt64( in SetPropertyAtIndexAsSInt64() function in OptionValueProperties
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp362 return m_collection_sp->SetPropertyAtIndexAsSInt64(nullptr, idx, term_width); in SetTerminalWidth()