/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBType.cpp | 131 m_opaque_sp->GetCompilerType(false).GetByteSize(nullptr)) in GetByteSize() 143 m_opaque_sp->GetCompilerType(/*prefer_dynamic=*/false) in GetByteAlign() 153 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType() 161 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType() 170 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType() 178 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType() 228 m_opaque_sp->GetCompilerType(true).GetArrayElementType(nullptr)))); in GetArrayElementType() 237 new TypeImpl(m_opaque_sp->GetCompilerType(true).GetArrayType(size)))); in GetArrayType() 246 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType() 258 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType() [all …]
|
H A D | SBTypeNameSpecifier.cpp | 42 new TypeNameSpecifierImpl(type.m_opaque_sp->GetCompilerType(true))); in SBTypeNameSpecifier() 76 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectChild.cpp | 54 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 68 m_type_name = GetCompilerType().GetTypeName(); in GetTypeName() 75 ConstString qualified_name = GetCompilerType().GetTypeName(); in GetQualifiedTypeName() 81 ConstString display_name = GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 109 m_value.SetCompilerType(GetCompilerType()); in UpdateValue() 111 CompilerType parent_type(parent->GetCompilerType()); in UpdateValue() 121 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) { in UpdateValue() 168 if (auto type_bit_size = GetCompilerType().GetBitSize( in UpdateValue() 201 if (GetCompilerType().GetTypeInfo() & lldb::eTypeHasValue) { in UpdateValue()
|
H A D | ValueObjectDynamicValue.cpp | 44 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 46 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 48 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 81 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 93 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 194 TypeImpl(m_parent->GetCompilerType(), in UpdateValue() 196 .GetCompilerType()); in UpdateValue() 253 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
H A D | ValueObject.cpp | 411 return GetCompilerType().GetIndexOfChildWithName(name, in GetIndexOfChildWithName() 427 if (!GetCompilerType().IsValid()) in GetChildMemberWithName() 431 GetCompilerType().GetIndexOfChildMemberWithName( in GetChildMemberWithName() 507 GetCompilerType().GetChildCompilerTypeAtIndex( in CreateChildAtIndex() 542 GetCompilerType().GetChildCompilerTypeAtIndex( in CreateSyntheticArrayMember() 587 if (GetCompilerType().IsForcefullyCompleted()) { in GetSummaryAsCString() 742 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope()); in GetPointeeData() 788 const Encoding encoding = GetCompilerType().GetEncoding(count); in SetData() 874 CompilerType compiler_type = GetCompilerType(); in ReadPointedString() 1063 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString() [all …]
|
H A D | ValueObjectConstResult.cpp | 200 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 211 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize() 222 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 230 m_type_name = GetCompilerType().GetTypeName(); in GetTypeName() 235 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
H A D | ValueObjectCast.cpp | 46 auto children_count = GetCompilerType().GetNumChildren( in CalculateNumChildren() 71 CompilerType compiler_type(GetCompilerType()); in UpdateValue()
|
H A D | ValueObjectConstResultImpl.cpp | 66 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() 123 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateSyntheticArrayMember() 178 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf()
|
H A D | ValueObjectSyntheticFilter.cpp | 63 if (m_parent->GetCompilerType().IsCompleteType()) in ValueObjectSynthetic() 71 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 148 CompilerType type = m_parent->GetCompilerType(); in CreateSynthFilter() 239 if (m_parent->GetCompilerType().IsCompleteType()) in UpdateValue()
|
H A D | ValueObjectVariable.cpp | 99 CompilerType type(GetCompilerType()); in CalculateNumChildren() 116 CompilerType type(GetCompilerType()); in GetByteSize() 175 CompilerType compiler_type = GetCompilerType(); in UpdateValue() 266 const uint32_t type_info = valobj.GetCompilerType().GetTypeInfo(); in DoUpdateChildrenAddressType()
|
H A D | Value.cpp | 226 if (std::optional<uint64_t> size = GetCompilerType().GetByteSize(scope)) { in GetValueByteSize() 239 const CompilerType &Value::GetCompilerType() { in GetCompilerType() 282 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() 323 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() 578 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue() 237 const CompilerType &Value::GetCompilerType() { GetCompilerType() function in Value
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | GenericBitset.cpp | 63 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd() 93 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update() 113 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex() 120 type = m_first->GetCompilerType(); in GetChildAtIndex()
|
H A D | LibCxxSpan.cpp | 104 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update() 120 m_backend.GetCompilerType().GetIntegralTemplateArgument(1)) { in Update() 146 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdSpanSyntheticFrontEndCreator()
|
H A D | LibCxxVariant.cpp | 98 CompilerType index_type = index_sp->GetCompilerType(); in LibcxxVariantGetIndexValidity() 178 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider() 257 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()
|
H A D | LibCxxMap.cpp | 58 0, m_entry_sp->GetCompilerType(), true); in left() 66 m_entry_sp->GetCompilerType(), true); in right() 74 m_entry_sp->GetCompilerType(), true); in parent() 376 m_tree->GetCompilerType().GetDirectNestedTypeWithName("__node_pointer"); in Update() 427 tree_iter_sp->GetCompilerType().GetDirectNestedTypeWithName( in Update()
|
H A D | LibCxxTuple.cpp | 58 m_elements.assign(base_sp->GetCompilerType().GetNumDirectBaseClasses(), in Update() 72 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
|
H A D | Coroutines.cpp | 32 if (!ptr_sp->GetCompilerType().IsPointerType()) in GetCoroFramePtrFromHandle() 144 auto ts = valobj_sp->GetCompilerType().GetTypeSystem(); in Update() 168 valobj_sp->GetCompilerType().GetTypeTemplateArgument(0)); in Update()
|
H A D | LibCxxVector.cpp | 132 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update() 164 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd() 272 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdVectorSyntheticFrontEndCreator()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h | 352 CompilerType GetCompilerType() { return MaybeCalculateCompleteType(); } in GetCompilerType() function 355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() 365 virtual ConstString GetTypeName() { return GetCompilerType().GetTypeName(); } in GetTypeName() 370 return GetCompilerType().GetTypeName(); in GetQualifiedTypeName() 374 return GetCompilerType().GetMinimumLanguage(); in GetObjectRuntimeLanguage() 379 return GetCompilerType().GetTypeInfo(pointee_or_element_compiler_type); 382 bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() 384 bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() 386 bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() 389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType() [all …]
|
H A D | ValueObjectConstResultCast.h | 38 virtual CompilerType GetCompilerType() { in GetCompilerType() function 39 return ValueObjectCast::GetCompilerType(); in GetCompilerType()
|
H A D | ValueObjectConstResultChild.h | 44 virtual CompilerType GetCompilerType() { in GetCompilerType() function 45 return ValueObjectChild::GetCompilerType(); in GetCompilerType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 123 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue() 137 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 146 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue() 221 CompilerType type = in_value.GetCompilerType(); in GetVTableInfo() 325 CompilerType type = class_type_or_name.GetCompilerType(); in GetDynamicTypeAndAddress() 333 if (TypeSystemClang::AreTypesSame(in_value.GetCompilerType(), type)) { in GetDynamicTypeAndAddress() 369 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 378 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 73 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() 122 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() 270 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue() 286 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 295 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangFunctionCaller.cpp | 110 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction() 136 m_arg_values.GetValueAtIndex(i)->GetCompilerType(); in CompileFunction()
|