Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp656 ConstString name_const_string; in GetValueForVariableExpressionPath() local
658 name_const_string.SetCString (var_path.c_str()); in GetValueForVariableExpressionPath()
660 name_const_string.SetCStringWithLength (var_path.c_str(), separator_idx); in GetValueForVariableExpressionPath()
662 var_sp = variable_list->FindVariable(name_const_string); in GetValueForVariableExpressionPath()
668 var_path.erase (0, name_const_string.GetLength ()); in GetValueForVariableExpressionPath()
787name_const_string.GetCString()); in GetValueForVariableExpressionPath()
1165 name_const_string.GetCString()); in GetValueForVariableExpressionPath()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp2288 ConstString name_const_string(expression); in GetSyntheticExpressionPathChild() local
2291 synthetic_child_sp = GetSyntheticChild (name_const_string); in GetSyntheticExpressionPathChild()
2304 AddSyntheticChild(name_const_string, synthetic_child_sp.get()); in GetSyntheticExpressionPathChild()