Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp231 return GetPropertyAtIndex( in GetProperty()
236 const Property *OptionValueProperties::GetPropertyAtIndex( in GetPropertyAtIndex() function in OptionValueProperties
269 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueArch()
278 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx); in GetPropertyAtIndexAsOptionValueLanguage()
305 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexFromArgs()
335 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsBoolean()
368 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsEnumeration()
380 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in GetPropertyAtIndexAsFormatEntity()
415 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsFileSpec()
460 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx); in SetPropertyAtIndexAsSInt64()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h88 virtual const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp3499 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in TargetOptionValueProperties
3659 const Property *exp_property = m_collection_sp->GetPropertyAtIndex( in GetInjectLocalVariables()
3673 m_collection_sp->GetPropertyAtIndex(exe_ctx, true, ePropertyExperimental); in SetInjectLocalVariables()
3682 const Property *exp_property = m_collection_sp->GetPropertyAtIndex( in GetUseModernTypeLookup()
H A DThread.cpp103 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ThreadOptionValueProperties
H A DProcess.cpp95 const Property *GetPropertyAtIndex(const ExecutionContext *exe_ctx, in GetPropertyAtIndex() function in ProcessOptionValueProperties
791 ->GetPropertyAtIndex(nullptr, true, ePropertyMemCacheLineSize) in Process()