Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValueProperties.cpp406 OptionValueProperties::GetPropertyAtPath(const ExecutionContext *exe_ctx, in GetPropertyAtPath() function in OptionValueProperties
430 return sub_properties->GetPropertyAtPath(exe_ctx, sub_name.drop_front()); in GetPropertyAtPath()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDOptionValueProperties.h88 GetPropertyAtPath(const ExecutionContext *exe_ctx,
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectSettings.cpp492 GetDebugger().GetValueProperties()->GetPropertyAtPath( in DoExecute()