Lines Matching defs:in_value
50 bool ItaniumABILanguageRuntime::CouldHaveDynamicValue(ValueObject &in_value) {
53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx,
58 ValueObject &in_value, const VTableInfo &vtable_info) {
72 in_value.GetPointerValue(),
73 in_value.GetTypeName().GetCString(),
114 in_value.GetPointerValue());
127 in_value.GetPointerValue(), in_value.GetTypeName().AsCString(),
143 in_value.GetPointerValue(),
144 in_value.GetTypeName().AsCString(),
160 in_value.GetPointerValue(),
161 in_value.GetTypeName().AsCString(),
173 in_value.GetPointerValue(),
174 in_value.GetTypeName().AsCString());
219 ItaniumABILanguageRuntime::GetVTableInfo(ValueObject &in_value,
222 CompilerType type = in_value.GetCompilerType();
227 ExecutionContext exe_ctx(in_value.GetExecutionContextRef());
236 original_ptr = in_value.GetPointerValue(&address_type);
238 original_ptr = in_value.GetAddressOf(/*scalar_is_load_address=*/true,
290 ValueObject &in_value, lldb::DynamicValueType use_dynamic,
305 if (!CouldHaveDynamicValue(in_value))
314 GetVTableInfo(in_value, /*check_type=*/false);
321 class_type_or_name = GetTypeInfo(in_value, vtable_info);
334 if (TypeSystemClang::AreTypesSame(in_value.GetCompilerType(), type)) {
360 lldb::addr_t dynamic_addr = in_value.GetPointerValue() + offset_to_top;