Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp572 ConstString method_object_name; in GetValueForVariableExpressionPath() local
574 method_object_name)) { in GetValueForVariableExpressionPath()
575 if (is_instance_method && method_object_name) { in GetValueForVariableExpressionPath()
576 var_sp = variable_list->FindVariable(method_object_name); in GetValueForVariableExpressionPath()