| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBType.cpp | 136 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType() 161 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType() 241 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType() 257 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType() 265 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType() 281 return m_opaque_sp->GetCompilerType(true).IsAggregateType(); in IsAggregateType() 301 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() 392 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields() 503 return m_opaque_sp->GetCompilerType(true).GetTypeInfo(); in GetTypeFlags() 537 return m_opaque_sp->GetCompilerType(true).GetTypeClass(); in GetTypeClass() [all …]
|
| H A D | SBTypeNameSpecifier.cpp | 35 new TypeNameSpecifierImpl(type.m_opaque_sp->GetCompilerType(true))); in SBTypeNameSpecifier() 69 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObjectChild.cpp | 54 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 66 m_type_name = GetCompilerType().GetTypeName(); in GetTypeName() 73 ConstString qualified_name = GetCompilerType().GetTypeName(); in GetQualifiedTypeName() 79 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 | 43 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 45 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 47 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 80 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 91 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 179 TypeImpl(m_parent->GetCompilerType(), in UpdateValue() 181 .GetCompilerType()); in UpdateValue() 236 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectConstResult.cpp | 199 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 210 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize() 220 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 226 m_type_name = GetCompilerType().GetTypeName(); in GetTypeName() 231 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectCast.cpp | 45 auto children_count = GetCompilerType().GetNumChildren( in CalculateNumChildren() 68 CompilerType compiler_type(GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 97 CompilerType type(GetCompilerType()); in CalculateNumChildren() 111 CompilerType type(GetCompilerType()); in GetByteSize() 167 CompilerType compiler_type = GetCompilerType(); in UpdateValue() 257 const uint32_t type_info = valobj.GetCompilerType().GetTypeInfo(); in DoUpdateChildrenAddressType()
|
| H A D | ValueObjectSyntheticFilter.cpp | 57 if (m_parent->GetCompilerType().IsCompleteType()) in ValueObjectSynthetic() 65 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 136 CompilerType type = m_parent->GetCompilerType(); in CreateSynthFilter() 227 if (m_parent->GetCompilerType().IsCompleteType()) in UpdateValue()
|
| H A D | ValueObject.cpp | 480 if (!GetCompilerType().IsValid()) in GetChildMemberWithName() 484 GetCompilerType().GetIndexOfChildMemberWithName( in GetChildMemberWithName() 793 const Encoding encoding = GetCompilerType().GetEncoding(count); in SetData() 881 CompilerType compiler_type = GetCompilerType(); in ReadPointedString() 1065 my_format = GetValue().GetCompilerType().GetFormat(); in GetValueAsCString() 1957 non_base_class_parent->GetCompilerType(); in GetExpressionPath() 2071 CompilerType root_compiler_type = root->GetCompilerType(); in GetValueForExpressionPath_Impl() 2398 if (root->GetCompilerType().GetMinimumLanguage() == in GetValueForExpressionPath_Impl() 2650 CompilerType compiler_type = GetCompilerType(); in Dereference() 2741 CompilerType compiler_type = GetCompilerType(); in AddressOf() [all …]
|
| H A D | ValueObjectConstResultImpl.cpp | 68 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() 122 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf()
|
| H A D | Value.cpp | 209 if (llvm::Optional<uint64_t> size = GetCompilerType().GetByteSize(scope)) { in GetValueByteSize() 222 const CompilerType &Value::GetCompilerType() { in GetCompilerType() function in Value 265 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() 306 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() 561 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 60 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in GenericBitsetFrontEnd() 88 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update() 108 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex() 115 type = m_first->GetCompilerType(); in GetChildAtIndex()
|
| H A D | LibCxxMap.cpp | 37 0, m_entry_sp->GetCompilerType(), true); in left() 46 m_entry_sp->GetCompilerType(), true); in right() 55 m_entry_sp->GetCompilerType(), true); in parent() 226 switch (m_item->GetCompilerType().GetNumDirectBaseClasses()) { in CalculateNumChildren() 262 m_element_type = deref->GetCompilerType(); in GetDataType() 268 m_element_type = deref->GetCompilerType() in GetDataType() 281 m_element_type = m_backend.GetCompilerType().GetTypeTemplateArgument(0); in GetDataType() 292 CompilerType node_type(node->GetCompilerType()); in GetValueOffset()
|
| H A D | LibCxxSpan.cpp | 102 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update() 118 m_backend.GetCompilerType().GetIntegralTemplateArgument(1)) { in Update() 144 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdSpanSyntheticFrontEndCreator()
|
| H A D | LibCxxUnorderedMap.cpp | 96 switch (p1_sp->GetCompilerType().GetNumDirectBaseClasses()) { in GetChildAtIndex() 116 m_element_type = first_sp->GetCompilerType(); in GetChildAtIndex() 156 val_hash.first->GetCompilerType()); in GetChildAtIndex() 173 switch (p2_sp->GetCompilerType().GetNumDirectBaseClasses()) { in Update()
|
| H A D | LibCxxVector.cpp | 125 switch (data_type_finder_sp->GetCompilerType().GetNumDirectBaseClasses()) { in Update() 145 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update() 179 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd() 288 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdVectorSyntheticFrontEndCreator()
|
| H A D | LibCxxTuple.cpp | 56 m_elements.assign(base_sp->GetCompilerType().GetNumDirectBaseClasses(), in Update() 70 m_base->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
|
| H A D | LibCxxVariant.cpp | 152 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider() 229 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()
|
| H A D | LibStdcpp.cpp | 113 CompilerType my_type(valobj_sp->GetCompilerType()); in Update() 208 item_ptr->GetCompilerType().GetPointeeType()); in Update() 295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
|
| /llvm-project-15.0.7/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 virtual bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() 384 virtual bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() 386 virtual bool IsScalarType() { return GetCompilerType().IsScalarType(); } in IsScalarType() 389 return GetCompilerType().IsPointerOrReferenceType(); in IsPointerOrReferenceType() [all …]
|
| H A D | ValueObjectConstResultCast.h | 41 virtual CompilerType GetCompilerType() { in GetCompilerType() function 42 return ValueObjectCast::GetCompilerType(); in GetCompilerType()
|
| H A D | ValueObjectConstResultChild.h | 47 virtual CompilerType GetCompilerType() { in GetCompilerType() function 48 return ValueObjectChild::GetCompilerType(); in GetCompilerType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 53 return in_value.GetCompilerType().IsPossibleDynamicType(nullptr, check_cxx, in CouldHaveDynamicValue() 232 CompilerType type = class_type_or_name.GetCompilerType(); in GetDynamicTypeAndAddress() 240 if (TypeSystemClang::AreTypesSame(in_value.GetCompilerType(), type)) { in GetDynamicTypeAndAddress() 271 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 280 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 71 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() 118 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() 263 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue() 279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 288 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
| /llvm-project-15.0.7/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()
|