Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DStackFrame.cpp536 ConstString name_const_string(var_expr.substr(0, separator_idx)); in GetValueForVariableExpressionPath() local
538 var_sp = variable_list->FindVariable(name_const_string, false); in GetValueForVariableExpressionPath()
543 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()
705 name_const_string.GetCString()); in GetValueForVariableExpressionPath()
/external/llvm-project/lldb/source/Core/
DValueObject.cpp1852 ConstString name_const_string(expression); in GetSyntheticExpressionPathChild() local
1855 synthetic_child_sp = GetSyntheticChild(name_const_string); in GetSyntheticExpressionPathChild()
1869 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()