| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 137 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType() 162 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType() 247 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType() 263 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType() 271 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType() 300 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() 395 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields() 504 return m_opaque_sp->GetCompilerType(false).IsCompleteType(); in IsTypeComplete() 512 return m_opaque_sp->GetCompilerType(true).GetTypeInfo(); in GetTypeFlags() 546 return m_opaque_sp->GetCompilerType(true).GetTypeClass(); in GetTypeClass() [all …]
|
| H A D | SBTypeNameSpecifier.cpp | 38 new TypeNameSpecifierImpl(type.m_opaque_sp->GetCompilerType(true))); in SBTypeNameSpecifier() 73 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType()
|
| /freebsd-13.1/contrib/llvm-project/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 | 47 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 49 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 51 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 84 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 95 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 183 TypeImpl(m_parent->GetCompilerType(), in UpdateValue() 185 .GetCompilerType()); in UpdateValue() 240 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() 168 CompilerType compiler_type = GetCompilerType(); in UpdateValue() 258 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() 879 CompilerType compiler_type = GetCompilerType(); in ReadPointedString() 1660 *this, GetCompilerType(), index_const_str, in GetSyntheticBitFieldChild() 1954 non_base_class_parent->GetCompilerType(); in GetExpressionPath() 2068 CompilerType root_compiler_type = root->GetCompilerType(); in GetValueForExpressionPath_Impl() 2395 if (root->GetCompilerType().GetMinimumLanguage() == in GetValueForExpressionPath_Impl() 2647 CompilerType compiler_type = GetCompilerType(); in Dereference() 2738 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 | 212 if (llvm::Optional<uint64_t> size = GetCompilerType().GetByteSize(scope)) { in GetValueByteSize() 225 const CompilerType &Value::GetCompilerType() { in GetCompilerType() function in Value 268 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() 309 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() 564 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 50 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd() 68 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update() 88 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex() 95 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() 228 switch (m_item->GetCompilerType().GetNumDirectBaseClasses()) { in CalculateNumChildren() 264 m_element_type = deref->GetCompilerType(); in GetDataType() 270 m_element_type = deref->GetCompilerType() in GetDataType() 283 m_element_type = m_backend.GetCompilerType().GetTypeTemplateArgument(0); in GetDataType() 294 CompilerType node_type(node->GetCompilerType()); in GetValueOffset()
|
| H A D | LibCxxUnorderedMap.cpp | 98 switch (p1_sp->GetCompilerType().GetNumDirectBaseClasses()) { in GetChildAtIndex() 118 m_element_type = first_sp->GetCompilerType(); in GetChildAtIndex() 158 val_hash.first->GetCompilerType()); in GetChildAtIndex() 175 switch (p2_sp->GetCompilerType().GetNumDirectBaseClasses()) { in Update()
|
| H A D | LibCxxVector.cpp | 126 switch (data_type_finder_sp->GetCompilerType().GetNumDirectBaseClasses()) { in Update() 146 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update() 180 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd() 289 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()
|
| /freebsd-13.1/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 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 52 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 70 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() 117 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() 262 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue() 278 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 287 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 109 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction() 135 m_arg_values.GetValueAtIndex(i)->GetCompilerType(); in CompileFunction()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 625 valobj_sp->GetCompilerType().GetTypeInfo(nullptr); in GetValueForVariableExpressionPath() 638 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath() 779 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath() 795 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in GetValueForVariableExpressionPath() 819 if (valobj_sp->GetCompilerType().GetMinimumLanguage() != in GetValueForVariableExpressionPath() 822 else if (!valobj_sp->GetCompilerType().IsPointerType()) in GetValueForVariableExpressionPath() 878 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath() 894 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in GetValueForVariableExpressionPath() 977 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath() 994 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in GetValueForVariableExpressionPath() [all …]
|