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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86528   SWIG_Python_SetConstant(d, "eSectionTypeDebug",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDebug)));
tools/lldb/source/Core/Section.cpp
   53   case eSectionTypeDebug:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1123         case eSectionTypeDebug:
 1511     return eSectionTypeDebug;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  855         section_type = eSectionTypeDebug;
tools/lldb/source/Symbol/ObjectFile.cpp
  343           case eSectionTypeDebug: