Lines Matching refs:in_value
50 bool ItaniumABILanguageRuntime::CouldHaveDynamicValue(ValueObject &in_value) { in CouldHaveDynamicValue() argument
53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue()
58 ValueObject &in_value, lldb::addr_t original_ptr, in GetTypeInfoFromVTableAddress() argument
84 original_ptr, in_value.GetTypeName().GetCString(), name); in GetTypeInfoFromVTableAddress()
127 original_ptr, in_value.GetTypeName().AsCString(), in GetTypeInfoFromVTableAddress()
143 original_ptr, in_value.GetTypeName().AsCString(), in GetTypeInfoFromVTableAddress()
159 original_ptr, in_value.GetTypeName().AsCString(), in GetTypeInfoFromVTableAddress()
171 original_ptr, in_value.GetTypeName().AsCString()); in GetTypeInfoFromVTableAddress()
186 ValueObject &in_value, lldb::DynamicValueType use_dynamic, in GetDynamicTypeAndAddress() argument
203 if (!CouldHaveDynamicValue(in_value)) in GetDynamicTypeAndAddress()
208 lldb::addr_t original_ptr = in_value.GetPointerValue(&address_type); in GetDynamicTypeAndAddress()
212 ExecutionContext exe_ctx(in_value.GetExecutionContextRef()); in GetDynamicTypeAndAddress()
226 class_type_or_name = GetTypeInfoFromVTableAddress(in_value, original_ptr, in GetDynamicTypeAndAddress()
240 if (TypeSystemClang::AreTypesSame(in_value.GetCompilerType(), type)) { in GetDynamicTypeAndAddress()