| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 116 return m_opaque_sp->GetCompilerType(true).IsPointerType(); in IsPointerType() 135 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType() 197 return m_opaque_sp->GetCompilerType(true).IsFunctionType(); in IsFunctionType() 209 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType() 215 return m_opaque_sp->GetCompilerType(true).IsAnonymousType(); in IsAnonymousType() 231 CompilerType func_type(m_opaque_sp->GetCompilerType(true)); in GetFunctionArgumentTypes() 294 return m_opaque_sp->GetCompilerType(true).GetNumFields(); in GetNumberOfFields() 385 return m_opaque_sp->GetCompilerType(false).IsCompleteType(); in IsTypeComplete() 391 return m_opaque_sp->GetCompilerType(true).GetTypeInfo(); in GetTypeFlags() 408 return m_opaque_sp->GetCompilerType(true).GetTypeClass(); in GetTypeClass() [all …]
|
| H A D | SBTypeNameSpecifier.cpp | 32 new TypeNameSpecifierImpl(type.m_opaque_sp->GetCompilerType(true))); in SBTypeNameSpecifier() 52 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObjectChild.cpp | 55 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 74 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName() 81 ConstString qualified_name = GetCompilerType().GetConstTypeName(); in GetQualifiedTypeName() 87 ConstString display_name = GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 117 m_value.SetCompilerType(GetCompilerType()); in UpdateValue() 119 CompilerType parent_type(parent->GetCompilerType()); in UpdateValue() 130 if (parent->GetCompilerType().ShouldTreatScalarValueAsAddress()) { in UpdateValue() 204 if (GetCompilerType().GetTypeInfo() & lldb::eTypeHasValue) { in UpdateValue()
|
| H A D | ValueObjectDynamicValue.cpp | 48 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 50 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 52 return m_parent->GetCompilerType(); in GetCompilerTypeImpl() 85 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName() 96 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 184 TypeImpl(m_parent->GetCompilerType(), in UpdateValue() 186 .GetCompilerType()); in UpdateValue() 242 m_value.SetCompilerType(m_dynamic_type_info.GetCompilerType()); in UpdateValue()
|
| H A D | ValueObject.cpp | 338 CompilerType ValueObject::GetCompilerType() { in GetCompilerType() function in ValueObject 567 GetCompilerType().GetIndexOfChildMemberWithName( in GetChildMemberWithName() 959 CompilerType compiler_type = GetCompilerType(); in ReadPointedString() 1115 CompilerType compiler_type = GetCompilerType(); in GetObjectDescription() 1648 return GetCompilerType().GetConstTypeName(); in GetTypeName() 1658 return GetCompilerType().GetMinimumLanguage(); in GetObjectRuntimeLanguage() 1689 return GetCompilerType().IsIntegerType(is_signed); in IsIntegerType() 2009 CompilerType compiler_type = GetCompilerType(); in GetBaseClassPath() 2112 non_base_class_parent->GetCompilerType(); in GetExpressionPath() 2825 CompilerType compiler_type = GetCompilerType(); in Dereference() [all …]
|
| H A D | ValueObjectConstResult.cpp | 192 return m_value.GetCompilerType(); in GetCompilerTypeImpl() 203 GetCompilerType().GetByteSize(exe_ctx.GetBestExecutionContextScope())) in GetByteSize() 213 auto children_count = GetCompilerType().GetNumChildren(true, &exe_ctx); in CalculateNumChildren() 219 m_type_name = GetCompilerType().GetConstTypeName(); in GetTypeName() 224 return GetCompilerType().GetDisplayTypeName(); in GetDisplayTypeName()
|
| H A D | ValueObjectCast.cpp | 48 auto children_count = GetCompilerType().GetNumChildren( in CalculateNumChildren() 71 CompilerType compiler_type(GetCompilerType()); in UpdateValue()
|
| H A D | ValueObjectVariable.cpp | 96 CompilerType type(GetCompilerType()); in CalculateNumChildren() 110 CompilerType type(GetCompilerType()); in GetByteSize() 164 CompilerType compiler_type = GetCompilerType(); in UpdateValue()
|
| H A D | Value.cpp | 225 const CompilerType &ast_type = GetCompilerType(); in GetValueByteSize() 244 const CompilerType &Value::GetCompilerType() { in GetCompilerType() function in Value 287 const CompilerType &ast_type = GetCompilerType(); in GetValueDefaultFormat() 329 const CompilerType &ast_type = GetCompilerType(); in GetValueAsData() 587 const CompilerType &compiler_type = GetCompilerType(); in ResolveValue()
|
| H A D | ValueObjectConstResultImpl.cpp | 70 CompilerType compiler_type = m_impl_backend->GetCompilerType(); in CreateChildAtIndex() 124 CompilerType compiler_type(m_impl_backend->GetCompilerType()); in AddressOf()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 44 m_bool_type = valobj.GetCompilerType().GetBasicTypeFromAST(eBasicTypeBool); in BitsetFrontEnd() 62 if (auto arg = m_backend.GetCompilerType().GetIntegralTemplateArgument(0)) in Update() 82 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex() 89 type = m_first->GetCompilerType(); in GetChildAtIndex()
|
| H A D | LibCxxMap.cpp | 39 0, m_entry_sp->GetCompilerType(), true); in left() 48 m_entry_sp->GetCompilerType(), true); in right() 57 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 | 99 switch (p1_sp->GetCompilerType().GetNumDirectBaseClasses()) { in GetChildAtIndex() 119 m_element_type = first_sp->GetCompilerType(); in GetChildAtIndex() 159 val_hash.first->GetCompilerType()); in GetChildAtIndex() 176 switch (p2_sp->GetCompilerType().GetNumDirectBaseClasses()) { in Update()
|
| H A D | LibCxxVector.cpp | 127 switch (data_type_finder_sp->GetCompilerType().GetNumDirectBaseClasses()) { in Update() 147 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update() 181 valobj_sp->GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeBool); in LibcxxVectorBoolSyntheticFrontEnd() 290 CompilerType type = valobj_sp->GetCompilerType(); in LibcxxStdVectorSyntheticFrontEndCreator()
|
| H A D | LibCxxTuple.cpp | 48 m_elements.assign(m_base_sp->GetCompilerType().GetNumDirectBaseClasses(), in Update() 62 m_base_sp->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
|
| H A D | LibCxxVariant.cpp | 153 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider() 231 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()
|
| H A D | LibStdcpp.cpp | 114 CompilerType my_type(valobj_sp->GetCompilerType()); in Update() 209 item_ptr->GetCompilerType().GetPointeeType()); in Update() 295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ValueObjectConstResultCast.h | 49 virtual CompilerType GetCompilerType() { in GetCompilerType() function 50 return ValueObjectCast::GetCompilerType(); in GetCompilerType()
|
| H A D | ValueObjectConstResultChild.h | 56 virtual CompilerType GetCompilerType() { in GetCompilerType() function 57 return ValueObjectChild::GetCompilerType(); in GetCompilerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 60 CompilerType compiler_type(valobj.GetCompilerType()); in GetObjectDescription() 107 CompilerType compiler_type = value.GetCompilerType(); in GetObjectDescription() 242 return in_value.GetCompilerType().IsPossibleDynamicType( in CouldHaveDynamicValue() 258 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 267 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/ |
| H A D | FormatClasses.h | 149 CompilerType GetCompilerType() { in GetCompilerType() function 151 return m_type.m_type_pair.GetCompilerType(); in GetCompilerType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangFunctionCaller.cpp | 112 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction() 138 m_arg_values.GetValueAtIndex(i)->GetCompilerType(); in CompileFunction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 50 return in_value.GetCompilerType().IsPossibleDynamicType(NULL, check_cxx, in CouldHaveDynamicValue() 247 if (ClangASTContext::AreTypesSame(in_value.GetCompilerType(), in GetDynamicTypeAndAddress() 279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() 288 CompilerType orig_type = type_and_or_name.GetCompilerType(); in FixUpDynamicType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | Type.h | 304 CompilerType GetCompilerType() const { return compiler_type; } in GetCompilerType() function 426 CompilerType GetCompilerType(bool prefer_dynamic); 546 CompilerType GetCompilerType() const { return m_type_pair.GetCompilerType(); } in GetCompilerType() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 619 valobj_sp->GetCompilerType().GetTypeInfo(nullptr); in GetValueForVariableExpressionPath() 632 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath() 768 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath() 784 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && in GetValueForVariableExpressionPath() 808 if (valobj_sp->GetCompilerType().GetMinimumLanguage() != in GetValueForVariableExpressionPath() 811 else if (!valobj_sp->GetCompilerType().IsPointerType()) in GetValueForVariableExpressionPath() 867 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath() 883 } else if (valobj_sp->GetCompilerType().IsScalarType()) { in GetValueForVariableExpressionPath() 967 if (valobj_sp->GetCompilerType().IsPointerToScalarType() && deref) { in GetValueForVariableExpressionPath() 984 } else if (valobj_sp->GetCompilerType().IsArrayOfScalarType() && deref) { in GetValueForVariableExpressionPath() [all …]
|