Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h91 virtual const Property *GetPropertyAtPath(const ExecutionContext *exe_ctx,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DOptionValueProperties.cpp621 const Property *OptionValueProperties::GetPropertyAtPath( in GetPropertyAtPath() function in OptionValueProperties
644 return sub_properties->GetPropertyAtPath(exe_ctx, will_modify, in GetPropertyAtPath()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSettings.cpp532 GetDebugger().GetValueProperties()->GetPropertyAtPath( in DoExecute()