Home
last modified time | relevance | path

Searched refs:GetPropertyAtPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h96 virtual const Property *GetPropertyAtPath(const ExecutionContext *exe_ctx,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp594 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath() function in OptionValueProperties
617 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectSettings.cpp579 m_interpreter.GetDebugger().GetValueProperties()->GetPropertyAtPath( in DoExecute()