reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  159   GetTypeInfo(CompilerType *pointee_or_element_compiler_type = nullptr) const;

References

tools/lldb/source/API/SBType.cpp
  493   return m_opaque_sp->GetCompilerType(true).GetTypeInfo();
tools/lldb/source/Core/FormatEntity.cpp
  845       target->GetCompilerType().GetTypeInfo(nullptr);
tools/lldb/source/Core/ValueObject.cpp
  141   const uint32_t type_info = GetCompilerType().GetTypeInfo();
 1689   return GetCompilerType().GetTypeInfo(pointee_or_element_compiler_type);
 2135                 non_base_class_parent_compiler_type.GetTypeInfo();
 2252         root_compiler_type.GetTypeInfo(&pointee_compiler_type));
 2254       pointee_compiler_type_info.Reset(pointee_compiler_type.GetTypeInfo());
 3284   return (!type.IsValid()) || (0 != (type.GetTypeInfo() & eTypeHasValue));
tools/lldb/source/Core/ValueObjectChild.cpp
  124       Flags parent_type_flags(parent_type.GetTypeInfo());
  227         if (GetCompilerType().GetTypeInfo() & lldb::eTypeHasValue) {
tools/lldb/source/DataFormatters/TypeFormat.cpp
   71           lldb_private::Flags type_flags(compiler_type.GetTypeInfo(
  172       if ((type_sp->GetForwardCompilerType().GetTypeInfo() &
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  145   m_type_flags = m_compiler_type.GetTypeInfo();
  209     m_is_instance_ptr = (m_valobj->GetValue().GetCompilerType().GetTypeInfo() &
  344   Flags type_flags(type.GetTypeInfo());
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1886     const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr);
 2271   const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr);
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  456   const uint32_t type_flags = compiler_type.GetTypeInfo();
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1858     const uint32_t type_flags = return_value_type.GetTypeInfo(nullptr);
 2241   const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr);
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  338   const uint32_t type_flags = compiler_type.GetTypeInfo();
  490   const uint32_t type_flags = return_compiler_type.GetTypeInfo();
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
  689   const uint32_t type_flags = compiler_type.GetTypeInfo(nullptr);
  757   const uint32_t type_flags = return_compiler_type.GetTypeInfo(nullptr);
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  519   const uint32_t type_flags = return_compiler_type.GetTypeInfo();
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  515     const uint32_t type_flags = m_type.GetTypeInfo();
  592     uint32_t type_flags = m_type.GetTypeInfo();
  777       uint32_t type_flags = elem_type.GetTypeInfo();
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  501   const uint32_t type_flags = return_compiler_type.GetTypeInfo();
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
  552   const uint32_t type_flags = return_compiler_type.GetTypeInfo();
  751     const uint32_t field_type_flags = field_compiler_type.GetTypeInfo();
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1387   const uint32_t type_flags = return_compiler_type.GetTypeInfo();
 1555     const uint32_t field_type_flags = field_compiler_type.GetTypeInfo();
tools/lldb/source/Plugins/Language/ObjC/Cocoa.cpp
  995   const uint32_t type_info = valobj.GetCompilerType().GetTypeInfo();
tools/lldb/source/Plugins/Language/ObjC/NSArray.cpp
  807   Flags flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
  445   Flags flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSError.cpp
   33   Flags type_flags(valobj_type.GetTypeInfo());
   41       Flags pointee_flags(pointee_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSException.cpp
   41   Flags type_flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/NSSet.cpp
  309   Flags flags(valobj_type.GetTypeInfo());
tools/lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
 1080       (((valobj.GetCompilerType().GetTypeInfo(nullptr)) & mask) == mask);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  273   Flags static_type_flags(static_type.GetTypeInfo());
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
  261   Flags static_type_flags(static_type.GetTypeInfo());
tools/lldb/source/Symbol/ClangASTContext.cpp
  219   uint32_t type_info = this_type.GetTypeInfo(&pointee_type);
  227     type_info = pointee_type.GetTypeInfo();
 4060         .GetTypeInfo(pointee_or_element_clang_type);
 4075         .GetTypeInfo(pointee_or_element_clang_type);
 4080         .GetTypeInfo(pointee_or_element_clang_type);
 4085         .GetTypeInfo(pointee_or_element_clang_type);
 4143                .GetTypeInfo(pointee_or_element_clang_type);
 4149         .GetTypeInfo(pointee_or_element_clang_type);
 4154         .GetTypeInfo(pointee_or_element_clang_type);
tools/lldb/source/Target/StackFrame.cpp
  625             valobj_sp->GetCompilerType().GetTypeInfo(nullptr);