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