Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp175 return GetPropertyAtIndex( in GetProperty()
180 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex() function in OptionValueProperties
213 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch()
222 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage()
230 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsArgs()
255 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs()
291 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean()
324 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsEnumeration()
336 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in GetPropertyAtIndexAsFormatEntity()
371 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsFileSpec()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h83 virtual const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp93 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ProcessOptionValueProperties
317 m_collection_sp->GetPropertyAtIndex(nullptr, true, ePropertyExperimental); in GetOSPluginReportsAllThreads()
329 m_collection_sp->GetPropertyAtIndex(nullptr, true, ePropertyExperimental); in SetOSPluginReportsAllThreads()
463 ->GetPropertyAtIndex(nullptr, true, ePropertyMemCacheLineSize) in Process()
H A DTarget.cpp3686 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in TargetOptionValueProperties
3805 const Property *exp_property = m_collection_sp->GetPropertyAtIndex( in GetInjectLocalVariables()
3819 m_collection_sp->GetPropertyAtIndex(exe_ctx, true, ePropertyExperimental); in SetInjectLocalVariables()
H A DThread.cpp79 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ThreadOptionValueProperties