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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86519   SWIG_Python_SetConstant(d, "eSectionTypeContainer",SWIG_From_int(static_cast< int >(lldb::eSectionTypeContainer)));
tools/lldb/source/Core/Section.cpp
   35   case eSectionTypeContainer:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  668             section_sp->GetType() == eSectionTypeContainer) {
 1782         ConstString(provider.GetNextSegmentName()), eSectionTypeContainer,
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1106         case eSectionTypeContainer:
 1591         eSectionTypeContainer, // This section is a container of other
 1732               eSectionTypeContainer, // This section is a container of
tools/lldb/source/Symbol/ObjectFile.cpp
  328           case eSectionTypeContainer:
tools/lldb/tools/lldb-test/lldb-test.cpp
  852     if (S->GetType() == eSectionTypeContainer)