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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86520   SWIG_Python_SetConstant(d, "eSectionTypeData",SWIG_From_int(static_cast< int >(lldb::eSectionTypeData)));
tools/lldb/source/Core/Address.cpp
  494         case eSectionTypeData:
tools/lldb/source/Core/Section.cpp
   37   case eSectionTypeData:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  505     sect_type = lldb::eSectionTypeData;
  508     sect_type = lldb::eSectionTypeData;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1596       .Cases(".data", ".tdata", eSectionTypeData)
 1625   case eSectionTypeData:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1109         case eSectionTypeData:
 1476       return eSectionTypeData;
 4165               case eSectionTypeData:
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  845           section_type = eSectionTypeData;
  853           section_type = eSectionTypeData;
  896         section_type = eSectionTypeData;
  902           section_type = eSectionTypeData;
tools/lldb/source/Symbol/ObjectFile.cpp
  330           case eSectionTypeData: