Searched refs:CreateConstantValue (Results 1 – 4 of 4) sorted by relevance
122 return_valobj_sp->CreateConstantValue(persistent_variable_name); in GetReturnValueObject()
111 m_new_value_sp = m_new_value_sp->CreateConstantValue(watch_name); in CaptureWatchedValue()
621 virtual lldb::ValueObjectSP CreateConstantValue(const ConstString &name);
2744 ValueObjectSP ValueObject::CreateConstantValue(const ConstString &name) { in CreateConstantValue() function in ValueObject