Home
last modified time | relevance | path

Searched refs:GetPropertyAtIndex (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp61 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 DOptionValueProperties.h80 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 DProcess.cpp98 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 DTarget.cpp4105 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 DThread.cpp82 GetPropertyAtIndex(size_t idx, in GetPropertyAtIndex() function in ThreadOptionValueProperties