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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
   67   bool IsVectorType(CompilerType *element_type, uint64_t *size) const;

References

tools/lldb/source/API/SBType.cpp
  153   return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr);
  234     if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type,
tools/lldb/source/DataFormatters/VectorType.cpp
  222     parent_type.IsVectorType(&element_type, nullptr);
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1633   } else if (compiler_type.IsVectorType(nullptr, nullptr)) {
 1720         if (base_type.IsVectorType(nullptr, nullptr)) {
tools/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
  985           if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) {
 1035       if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) {