Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 61 return GetPropertyAtIndex(idx, exe_ctx)->GetValue(); in GetValueForKey() 154 return GetPropertyAtIndex(iter->second, exe_ctx); in GetProperty() 159 const Property *setting = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyValueAtIndex() 185 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsArgs() 216 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in SetPropertyAtIndexFromArgs() 242 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueDictionary() 251 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueFileSpec() 262 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueSInt64() 273 const Property *property = GetPropertyAtIndex(idx, exe_ctx); in GetPropertyAtIndexAsOptionValueUInt64() 325 const Property *property = GetPropertyAtIndex(i, exe_ctx); in DumpValue() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueProperties.h | 80 GetPropertyAtIndex(size_t idx, 144 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) { 157 if (const Property *property = GetPropertyAtIndex(idx, exe_ctx)) {
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 98 GetPropertyAtIndex(size_t idx, in GetPropertyAtIndex() function in ProcessOptionValueProperties 371 m_collection_sp->GetPropertyAtIndex(ePropertyExperimental); in GetOSPluginReportsAllThreads() 384 m_collection_sp->GetPropertyAtIndex(ePropertyExperimental); in SetOSPluginReportsAllThreads() 520 m_collection_sp->GetPropertyAtIndex(ePropertyMemCacheLineSize) in Process()
|
H A D | Target.cpp | 4105 GetPropertyAtIndex(size_t idx, in GetPropertyAtIndex() function in TargetOptionValueProperties 4227 m_collection_sp->GetPropertyAtIndex(ePropertyExperimental, exe_ctx); in GetExperimentalPropertyValue() 4547 m_collection_sp->GetPropertyAtIndex(ePropertySaveObjectsDir) in CheckJITObjectsDir()
|
H A D | Thread.cpp | 82 GetPropertyAtIndex(size_t idx, in GetPropertyAtIndex() function in ThreadOptionValueProperties
|