Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp535 ConstString name_const_string(var_expr.substr(0, separator_idx)); in GetValueForVariableExpressionPath() local
537 var_sp = variable_list->FindVariable(name_const_string, false); in GetValueForVariableExpressionPath()
542 var_expr = var_expr.drop_front(name_const_string.GetLength()); in GetValueForVariableExpressionPath()
586 valobj_sp = valobj_sp->GetChildMemberWithName(name_const_string, true); in GetValueForVariableExpressionPath()
599 name_const_string.GetCString()); in GetValueForVariableExpressionPath()
700 name_const_string.GetCString()); in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1902 ConstString name_const_string(expression); in GetSyntheticExpressionPathChild() local
1905 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
1919 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()