Home
last modified time | relevance | path

Searched refs:GetCompilerType (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp116 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 DSBTypeNameSpecifier.cpp32 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 DValueObjectChild.cpp55 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 DValueObjectDynamicValue.cpp48 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 DValueObject.cpp338 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 DValueObjectConstResult.cpp192 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 DValueObjectCast.cpp48 auto children_count = GetCompilerType().GetNumChildren( in CalculateNumChildren()
71 CompilerType compiler_type(GetCompilerType()); in UpdateValue()
H A DValueObjectVariable.cpp96 CompilerType type(GetCompilerType()); in CalculateNumChildren()
110 CompilerType type(GetCompilerType()); in GetByteSize()
164 CompilerType compiler_type = GetCompilerType(); in UpdateValue()
H A DValue.cpp225 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 DValueObjectConstResultImpl.cpp70 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 DLibCxxBitset.cpp44 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 DLibCxxMap.cpp39 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 DLibCxxUnorderedMap.cpp99 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 DLibCxxVector.cpp127 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 DLibCxxTuple.cpp48 m_elements.assign(m_base_sp->GetCompilerType().GetNumDirectBaseClasses(), in Update()
62 m_base_sp->GetCompilerType().GetDirectBaseClassAtIndex(idx, nullptr); in GetChildAtIndex()
H A DLibCxxVariant.cpp153 CompilerType head_type = nth_head->GetCompilerType(); in LibcxxVariantSummaryProvider()
231 CompilerType head_type = nth_head->GetCompilerType(); in GetChildAtIndex()
H A DLibStdcpp.cpp114 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 DValueObjectConstResultCast.h49 virtual CompilerType GetCompilerType() { in GetCompilerType() function
50 return ValueObjectCast::GetCompilerType(); in GetCompilerType()
H A DValueObjectConstResultChild.h56 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 DAppleObjCRuntime.cpp60 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 DFormatClasses.h149 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 DClangFunctionCaller.cpp112 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 DItaniumABILanguageRuntime.cpp50 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 DType.h304 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 DStackFrame.cpp619 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 …]

1234