Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance
/external/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 124 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey() 231 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyNameAtIndex() 241 const Property *property = GetPropertyAtIndex(NULL, false, idx); in GetPropertyDescriptionAtIndex() 256 …return GetPropertyAtIndex (exe_ctx, will_modify, m_name_to_index.Find (name.GetCString(), SIZE_MAX… in GetProperty() 260 OptionValueProperties::GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint3… in GetPropertyAtIndex() function in OptionValueProperties 270 const Property *setting = GetPropertyAtIndex (exe_ctx, will_modify, idx); in GetPropertyValueAtIndex() 297 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch() 306 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsArgs() 329 const Property *property = GetPropertyAtIndex (exe_ctx, true, idx); in SetPropertyAtIndexFromArgs() 352 const Property *property = GetPropertyAtIndex (exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean() [all …]
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 128 GetPropertyAtIndex (const ExecutionContext *exe_ctx,
|
/external/lldb/source/Target/ |
D | Thread.cpp | 91 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ThreadOptionValueProperties
|
D | Target.cpp | 2412 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in TargetOptionValueProperties
|
D | Process.cpp | 75 GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const in GetPropertyAtIndex() function in ProcessOptionValueProperties
|