Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp4117 GetPropertyAtIndex(size_t idx, in GetPropertyAtIndex() function in TargetOptionValueProperties
4239 m_collection_sp->GetPropertyAtIndex(ePropertyExperimental, exe_ctx); in GetInjectLocalVariables()
4253 m_collection_sp->GetPropertyAtIndex(ePropertyExperimental, exe_ctx); in SetInjectLocalVariables()
4566 m_collection_sp->GetPropertyAtIndex(ePropertySaveObjectsDir) in CheckJITObjectsDir()
H A DProcess.cpp95 GetPropertyAtIndex(size_t idx, in GetPropertyAtIndex() function in ProcessOptionValueProperties
341 m_collection_sp->GetPropertyAtIndex(ePropertyExperimental); in GetOSPluginReportsAllThreads()
354 m_collection_sp->GetPropertyAtIndex(ePropertyExperimental); in SetOSPluginReportsAllThreads()
492 m_collection_sp->GetPropertyAtIndex(ePropertyMemCacheLineSize) in Process()
H A DThread.cpp82 GetPropertyAtIndex(size_t idx, in GetPropertyAtIndex() function in ThreadOptionValueProperties