Home
last modified time | relevance | path

Searched refs:expr_path (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h219 lldb::SBValue GetValueForExpressionPath(const char *expr_path);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp851 lldb::SBValue SBValue::GetValueForExpressionPath(const char *expr_path) { in GetValueForExpressionPath() argument
852 LLDB_INSTRUMENT_VA(this, expr_path); in GetValueForExpressionPath()
859 child_sp = value_sp->GetValueForExpressionPath(expr_path); in GetValueForExpressionPath()