Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp617 ConstString name_const_string(var_expr.substr(0, separator_idx)); in LegacyGetValueForVariableExpressionPath() local
619 var_sp = variable_list->FindVariable(name_const_string, false); in LegacyGetValueForVariableExpressionPath()
624 var_expr = var_expr.drop_front(name_const_string.GetLength()); in LegacyGetValueForVariableExpressionPath()
668 valobj_sp = valobj_sp->GetChildMemberWithName(name_const_string); in LegacyGetValueForVariableExpressionPath()
681 "no variable named '{0}' found in this frame", name_const_string); in LegacyGetValueForVariableExpressionPath()
784 name_const_string.GetCString()); in LegacyGetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DValueObject.cpp1976 ConstString name_const_string(expression); in GetSyntheticExpressionPathChild() local
1979 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
1993 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()