Searched refs:static_value (Results 1 – 8 of 8) sorted by relevance
136 ValueObject &static_value) { in FixUpDynamicType() argument137 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
74 ValueObject &static_value) override;
61 ValueObject &static_value) override;
368 const TypeAndOrName &type_and_or_name, ValueObject &static_value) { in FixUpDynamicType() argument369 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
285 ValueObject &static_value) { in FixUpDynamicType() argument286 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType()
113 ValueObject *static_value = m_orig_valobj.GetStaticValue().get(); in SetupMostSpecializedValue() local114 if (static_value) in SetupMostSpecializedValue()115 m_cached_valobj = static_value; in SetupMostSpecializedValue()
133 ValueObject &static_value) = 0;