Home
last modified time | relevance | path

Searched refs:SetPropertyAtIndexAsUInt64 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h173 bool SetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp511 bool OptionValueProperties::SetPropertyAtIndexAsUInt64( in SetPropertyAtIndexAsUInt64() function in OptionValueProperties
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp558 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size); in SetTabSize()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp144 return m_collection_sp->SetPropertyAtIndexAsUInt64(NULL, idx, timeout); in SetPacketTimeout()