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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86558   SWIG_Python_SetConstant(d, "eSectionTypeCompactUnwind",SWIG_From_int(static_cast< int >(lldb::eSectionTypeCompactUnwind)));
tools/lldb/source/Core/Section.cpp
  133   case eSectionTypeCompactUnwind:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1159         case eSectionTypeCompactUnwind:
 1457     return eSectionTypeCompactUnwind;
tools/lldb/source/Symbol/ObjectFile.cpp
  378           case eSectionTypeCompactUnwind:
tools/lldb/source/Symbol/UnwindTable.cpp
   70   sect = sl->FindSectionByType(eSectionTypeCompactUnwind, true);