Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueProperties.cpp135 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey()
242 const Property *property = GetPropertyAtIndex(nullptr, false, idx); in GetPropertyNameAtIndex()
252 const Property *property = GetPropertyAtIndex(nullptr, false, idx); in GetPropertyDescriptionAtIndex()
267 …return GetPropertyAtIndex (exe_ctx, will_modify, m_name_to_index.Find (name.GetCString(), SIZE_MAX… in GetProperty()
271 OptionValueProperties::GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint3… in GetPropertyAtIndex() function in OptionValueProperties
281 const Property *setting = GetPropertyAtIndex (exe_ctx, will_modify, idx); in GetPropertyValueAtIndex()
308 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch()
317 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsArgs()
340 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexFromArgs()
363 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h129 GetPropertyAtIndex (const ExecutionContext *exe_ctx,
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp102 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ThreadOptionValueProperties
HDTarget.cpp3057 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in TargetOptionValueProperties
HDProcess.cpp87 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ProcessOptionValueProperties