Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 176 return GetPropertyAtIndex( in GetProperty() 181 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex() function in OptionValueProperties 214 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch() 223 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage() 231 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsLanguage() 242 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs() 267 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs() 303 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean() 336 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsEnumeration() 348 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in GetPropertyAtIndexAsFormatEntity() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueProperties.h | 83 virtual const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Target.cpp | 3904 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in TargetOptionValueProperties 4027 const Property *exp_property = m_collection_sp->GetPropertyAtIndex( in GetInjectLocalVariables() 4041 m_collection_sp->GetPropertyAtIndex(exe_ctx, true, ePropertyExperimental); in SetInjectLocalVariables() 4361 m_collection_sp->GetPropertyAtIndex(nullptr, true, ePropertySaveObjectsDir) in CheckJITObjectsDir()
|
| H A D | Process.cpp | 94 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ProcessOptionValueProperties 331 m_collection_sp->GetPropertyAtIndex(nullptr, true, ePropertyExperimental); in GetOSPluginReportsAllThreads() 343 m_collection_sp->GetPropertyAtIndex(nullptr, true, ePropertyExperimental); in SetOSPluginReportsAllThreads() 483 ->GetPropertyAtIndex(nullptr, true, ePropertyMemCacheLineSize) in Process()
|
| H A D | Thread.cpp | 80 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ThreadOptionValueProperties
|