Home
last modified time | relevance | path

Searched refs:GetTypeInfo (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp33 Flags type_flags(valobj_type.GetTypeInfo()); in DerefToNSErrorPointer()
41 Flags pointee_flags(pointee_type.GetTypeInfo()); in DerefToNSErrorPointer()
H A DNSException.cpp41 Flags type_flags(valobj_type.GetTypeInfo()); in ExtractFields()
H A DNSSet.cpp350 Flags flags(valobj_type.GetTypeInfo()); in NSSetSyntheticFrontEndCreator()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectChild.cpp116 Flags parent_type_flags(parent_type.GetTypeInfo()); in UpdateValue()
201 if (GetCompilerType().GetTypeInfo() & lldb::eTypeHasValue) { in UpdateValue()
H A DValueObject.cpp515 const uint32_t type_info = GetTypeInfo(); in MightHaveChildren()
648 const Flags type_flags(GetTypeInfo(&pointee_or_element_compiler_type)); in IsCStringContainer()
666 const uint32_t type_info = GetTypeInfo(&pointee_or_element_compiler_type); in GetPointeeData()
883 const Flags type_flags(GetTypeInfo(&elem_or_pointee_compiler_type)); in ReadPointedString()
1132 Flags flags(GetTypeInfo()); in HasSpecialPrintableRepresentation()
1168 Flags flags(GetTypeInfo()); in DumpPrintableRepresentation()
1964 non_base_class_parent_compiler_type.GetTypeInfo(); in GetExpressionPath()
2076 root_compiler_type.GetTypeInfo(&pointee_compiler_type)); in GetValueForExpressionPath_Impl()
2078 pointee_compiler_type_info.Reset(pointee_compiler_type.GetTypeInfo()); in GetValueForExpressionPath_Impl()
3108 return (!type.IsValid()) || (0 != (type.GetTypeInfo() & eTypeHasValue)); in CanProvideValue()
H A DValueObjectVariable.cpp257 const uint32_t type_info = valobj.GetCompilerType().GetTypeInfo(); in DoUpdateChildrenAddressType()
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp70 lldb_private::Flags type_flags(compiler_type.GetTypeInfo( in FormatObject()
172 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
H A DValueObjectPrinter.cpp141 m_type_flags = m_compiler_type.GetTypeInfo(); in GetMostSpecializedValue()
205 m_is_instance_ptr = (m_valobj->GetValue().GetCompilerType().GetTypeInfo() & in IsInstancePointer()
333 Flags type_flags(type.GetTypeInfo()); in IsPointerValue()
/llvm-project-15.0.7/lldb/source/Expression/
H A DUserExpression.cpp157 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) { in Evaluate()
165 if (ctx_obj && ctx_obj->GetTypeInfo() & lldb::TypeFlags::eTypeIsReference) { in Evaluate()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp517 const uint32_t type_flags = m_type.GetTypeInfo(); in GetValue()
594 uint32_t type_flags = m_type.GetTypeInfo(); in GetIntegerValue()
779 uint32_t type_flags = elem_type.GetTypeInfo(); in GetStructValueObject()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/X86/
H A DABISysV_i386.cpp213 const uint32_t type_flags = compiler_type.GetTypeInfo(); in SetReturnValueObject()
365 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
H A DABIWindows_x86_64.cpp410 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
578 const uint32_t field_type_flags = field_compiler_type.GetTypeInfo(); in FlattenAggregateType()
H A DABISysV_x86_64.cpp401 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
600 const uint32_t field_type_flags = field_compiler_type.GetTypeInfo(); in FlattenAggregateType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp290 uint32_t CompilerType::GetTypeInfo( in GetTypeInfo() function in CompilerType
295 return m_type_system->GetTypeInfo(m_type, pointee_or_element_compiler_type); in GetTypeInfo()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/AArch64/
H A DABIMacOSX_arm64.cpp267 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr); in SetReturnValueObject()
658 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); in GetReturnValueObjectImpl()
H A DABISysV_arm64.cpp239 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr); in SetReturnValueObject()
628 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h169 GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr) const;
H A DTypeSystem.h210 GetTypeInfo(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h378 GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr) {
379 return GetCompilerType().GetTypeInfo(pointee_or_element_compiler_type);
/llvm-project-15.0.7/lldb/source/Plugins/ABI/Mips/
H A DABISysV_mips64.cpp654 const uint32_t type_flags = compiler_type.GetTypeInfo(nullptr); in SetReturnValueObject()
722 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp272 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp280 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/SystemZ/
H A DABISysV_s390x.cpp489 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARC/
H A DABISysV_arc.cpp458 const uint32_t type_flags = compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp503 return m_opaque_sp->GetCompilerType(true).GetTypeInfo(); in GetTypeFlags()

12