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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86555   SWIG_Python_SetConstant(d, "eSectionTypeEHFrame",SWIG_From_int(static_cast< int >(lldb::eSectionTypeEHFrame)));
tools/lldb/source/Core/Section.cpp
  127   case eSectionTypeEHFrame:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1597       .Case(".eh_frame", eSectionTypeEHFrame)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1156         case eSectionTypeEHFrame:
 1455     return eSectionTypeEHFrame;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  889         section_type = eSectionTypeEHFrame;
tools/lldb/source/Symbol/ObjectFile.cpp
  375           case eSectionTypeEHFrame:
tools/lldb/source/Symbol/UnwindTable.cpp
   58   SectionSP sect = sl->FindSectionByType(eSectionTypeEHFrame, true);
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  240                                                 ? eSectionTypeEHFrame