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.cpp556 ConstString name_const_string(var_expr.substr(0, separator_idx)); in GetValueForVariableExpressionPath() local
558 var_sp = variable_list->FindVariable(name_const_string, false); in GetValueForVariableExpressionPath()
563 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath()
607 valobj_sp = valobj_sp->GetChildMemberWithName(name_const_string); in GetValueForVariableExpressionPath()
620 name_const_string.GetCString()); in GetValueForVariableExpressionPath()
726 name_const_string.GetCString()); in GetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1941 ConstString name_const_string(expression); in GetSyntheticExpressionPathChild() local
1944 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
1958 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()