Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.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/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h88 GetPropertyAtPath(const ExecutionContext *exe_ctx,
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp492 GetDebugger().GetValueProperties()->GetPropertyAtPath( in DoExecute()