Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h164 bool SetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueProperties.cpp509 bool OptionValueProperties::SetPropertyAtIndexAsUInt64( in SetPropertyAtIndexAsUInt64() function in OptionValueProperties
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp499 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, tab_size); in SetTabSize()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp145 return m_collection_sp->SetPropertyAtIndexAsUInt64(nullptr, idx, timeout); in SetPacketTimeout()