Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Interpreter/ |
D | OptionValueProperties.cpp | 106 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue(); in GetValueForKey() 197 return GetPropertyAtIndex( in GetProperty() 202 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex() function in OptionValueProperties 209 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx); in GetPropertyValueAtIndex() 235 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch() 244 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage() 252 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs() 271 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs() 290 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsBoolean() 301 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean() [all …]
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | OptionValueProperties.h | 81 virtual const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
|
/external/llvm-project/lldb/source/Target/ |
D | Process.cpp | 97 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ProcessOptionValueProperties 290 m_collection_sp->GetPropertyAtIndex(nullptr, true, ePropertyExperimental); in GetOSPluginReportsAllThreads() 302 m_collection_sp->GetPropertyAtIndex(nullptr, true, ePropertyExperimental); in SetOSPluginReportsAllThreads() 605 ->GetPropertyAtIndex(nullptr, true, ePropertyMemCacheLineSize) in Process()
|
D | Target.cpp | 3608 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in TargetOptionValueProperties 3726 const Property *exp_property = m_collection_sp->GetPropertyAtIndex( in GetInjectLocalVariables() 3740 m_collection_sp->GetPropertyAtIndex(exe_ctx, true, ePropertyExperimental); in SetInjectLocalVariables()
|
D | Thread.cpp | 85 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ThreadOptionValueProperties
|