Searched refs:variable_expr_path (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Variable.cpp | 323 llvm::StringRef variable_expr_path, ExecutionContextScope *scope, in GetValuesForVariableExpressionPath() argument 327 if (!callback || variable_expr_path.empty()) { in GetValuesForVariableExpressionPath() 332 switch (variable_expr_path.front()) { in GetValuesForVariableExpressionPath() 335 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath() 356 variable_expr_path.drop_front(), scope, callback, baton, variable_list, in GetValuesForVariableExpressionPath() 382 if (!g_regex.Execute(variable_expr_path, &matches)) { in GetValuesForVariableExpressionPath() 385 variable_expr_path.str().c_str()); in GetValuesForVariableExpressionPath() 409 variable_expr_path.drop_front(variable_name.size()); in GetValuesForVariableExpressionPath()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | Variable.h | 104 llvm::StringRef variable_expr_path, ExecutionContextScope *scope,
|