| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 33 Flags type_flags(valobj_type.GetTypeInfo()); in DerefToNSErrorPointer() 41 Flags pointee_flags(pointee_type.GetTypeInfo()); in DerefToNSErrorPointer()
|
| H A D | NSException.cpp | 41 Flags type_flags(valobj_type.GetTypeInfo()); in ExtractFields()
|
| H A D | NSSet.cpp | 350 Flags flags(valobj_type.GetTypeInfo()); in NSSetSyntheticFrontEndCreator()
|
| H A D | NSArray.cpp | 806 Flags flags(valobj_type.GetTypeInfo()); in NSArraySyntheticFrontEndCreator()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectChild.cpp | 114 Flags parent_type_flags(parent_type.GetTypeInfo()); in UpdateValue() 199 if (GetCompilerType().GetTypeInfo() & lldb::eTypeHasValue) { in UpdateValue()
|
| H A D | ValueObject.cpp | 516 const uint32_t type_info = GetTypeInfo(); in MightHaveChildren() 657 const Flags type_flags(GetTypeInfo(&pointee_or_element_compiler_type)); in IsCStringContainer() 675 const uint32_t type_info = GetTypeInfo(&pointee_or_element_compiler_type); in GetPointeeData() 892 const Flags type_flags(GetTypeInfo(&elem_or_pointee_compiler_type)); in ReadPointedString() 1141 Flags flags(GetTypeInfo()); in HasSpecialPrintableRepresentation() 1177 Flags flags(GetTypeInfo()); in DumpPrintableRepresentation() 1973 non_base_class_parent_compiler_type.GetTypeInfo(); in GetExpressionPath() 2085 root_compiler_type.GetTypeInfo(&pointee_compiler_type)); in GetValueForExpressionPath_Impl() 2087 pointee_compiler_type_info.Reset(pointee_compiler_type.GetTypeInfo()); in GetValueForExpressionPath_Impl() 3120 return (!type.IsValid()) || (0 != (type.GetTypeInfo() & eTypeHasValue)); in CanProvideValue()
|
| H A D | ValueObjectVariable.cpp | 258 const uint32_t type_info = valobj.GetCompilerType().GetTypeInfo(); in DoUpdateChildrenAddressType()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 71 lldb_private::Flags type_flags(compiler_type.GetTypeInfo( in FormatObject() 173 if ((type_sp->GetForwardCompilerType().GetTypeInfo() & in FormatObject()
|
| H A D | ValueObjectPrinter.cpp | 141 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()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | UserExpression.cpp | 157 if (!(ctx_obj->GetTypeInfo() & ctx_type_mask)) { in Evaluate() 165 if (ctx_obj && ctx_obj->GetTypeInfo() & lldb::TypeFlags::eTypeIsReference) { in Evaluate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/PowerPC/ |
| H A D | ABISysV_ppc64.cpp | 518 const uint32_t type_flags = m_type.GetTypeInfo(); in GetValue() 595 uint32_t type_flags = m_type.GetTypeInfo(); in GetIntegerValue() 780 uint32_t type_flags = elem_type.GetTypeInfo(); in GetStructValueObject()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/X86/ |
| H A D | ABISysV_i386.cpp | 214 const uint32_t type_flags = compiler_type.GetTypeInfo(); in SetReturnValueObject() 366 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
|
| H A D | ABIWindows_x86_64.cpp | 411 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple() 579 const uint32_t field_type_flags = field_compiler_type.GetTypeInfo(); in FlattenAggregateType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/AArch64/ |
| H A D | ABIMacOSX_arm64.cpp | 268 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr); in SetReturnValueObject() 655 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); in GetReturnValueObjectImpl()
|
| H A D | ABISysV_arm64.cpp | 240 const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr); in SetReturnValueObject() 625 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 378 GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr) { 379 return GetCompilerType().GetTypeInfo(pointee_or_element_compiler_type);
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 337 uint32_t CompilerType::GetTypeInfo( in GetTypeInfo() function in CompilerType 341 return type_system_sp->GetTypeInfo(m_type, in GetTypeInfo()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/Mips/ |
| H A D | ABISysV_mips64.cpp | 654 const uint32_t type_flags = compiler_type.GetTypeInfo(nullptr); in SetReturnValueObject() 721 const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr); in GetReturnValueObjectImpl()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 228 GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr) const;
|
| H A D | TypeSystem.h | 222 GetTypeInfo(lldb::opaque_compiler_type_t type,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 272 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 281 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARC/ |
| H A D | ABISysV_arc.cpp | 458 const uint32_t type_flags = compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/SystemZ/ |
| H A D | ABISysV_s390x.cpp | 489 const uint32_t type_flags = return_compiler_type.GetTypeInfo(); in GetReturnValueObjectSimple()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 507 return m_opaque_sp->GetCompilerType(true).GetTypeInfo(); in GetTypeFlags()
|