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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86562   SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugTypes",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugTypes)));
tools/lldb/source/Core/Section.cpp
  105   case eSectionTypeDWARFDebugTypes:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1588         .Case("types", eSectionTypeDWARFDebugTypes)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1147         case eSectionTypeDWARFDebugTypes:
 1441     return eSectionTypeDWARFDebugTypes;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  887         section_type = eSectionTypeDWARFDebugTypes;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
  100   return LoadOrGetSection(eSectionTypeDWARFDebugTypes,
tools/lldb/source/Symbol/ObjectFile.cpp
  367           case eSectionTypeDWARFDebugTypes: