Searched refs:CreateConstantValue (Results 1 – 4 of 4) sorted by relevance
213 m_new_value_sp = m_new_value_sp->CreateConstantValue(g_watch_name); in CaptureWatchedValue()228 newest_valueobj_sp = newest_valueobj_sp->CreateConstantValue(g_watch_name); in WatchedValueReportable()
107 return_valobj_sp->CreateConstantValue(persistent_variable_name); in GetReturnValueObject()
588 virtual lldb::ValueObjectSP CreateConstantValue(ConstString name);
2522 ValueObjectSP ValueObject::CreateConstantValue(ConstString name) { in CreateConstantValue() function in ValueObject