Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Interpreter/ |
| HD | OptionValueProperties.cpp | 135 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/ |
| HD | OptionValueProperties.h | 129 GetPropertyAtIndex (const ExecutionContext *exe_ctx,
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Thread.cpp | 102 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ThreadOptionValueProperties
|
| HD | Target.cpp | 3057 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in TargetOptionValueProperties
|
| HD | Process.cpp | 87 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ProcessOptionValueProperties
|