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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86557   SWIG_Python_SetConstant(d, "eSectionTypeARMextab",SWIG_From_int(static_cast< int >(lldb::eSectionTypeARMextab)));
tools/lldb/source/Core/Section.cpp
  131   case eSectionTypeARMextab:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1594       .Case(".ARM.extab", eSectionTypeARMextab)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1158         case eSectionTypeARMextab:
tools/lldb/source/Symbol/ObjectFile.cpp
  377           case eSectionTypeARMextab:
tools/lldb/source/Symbol/UnwindTable.cpp
   77     SectionSP sect_extab = sl->FindSectionByType(eSectionTypeARMextab, true);