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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86518   SWIG_Python_SetConstant(d, "eSectionTypeCode",SWIG_From_int(static_cast< int >(lldb::eSectionTypeCode)));
tools/lldb/source/Core/Section.cpp
   33   case eSectionTypeCode:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  496   lldb::SectionType sect_type = lldb::eSectionTypeCode;
  499     sect_type = lldb::eSectionTypeCode;
  502     sect_type = lldb::eSectionTypeCode;
  517       sect_type = lldb::eSectionTypeCode;
  519       sect_type = lldb::eSectionTypeCode;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1600       .Case(".text", eSectionTypeCode)
 1608       return eSectionTypeCode;
 1628   case eSectionTypeCode:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1097         case eSectionTypeCode:
 1378     return eSectionTypeCode;
 1474       return eSectionTypeCode;
 1494     return eSectionTypeCode;
 1507     return eSectionTypeCode;
 4162               case lldb::eSectionTypeCode:
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  837         section_type = eSectionTypeCode;
  893         section_type = eSectionTypeCode;
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  503     SectionSP text_sect = sl->FindSectionByType(eSectionTypeCode, true);
tools/lldb/source/Symbol/ObjectFile.cpp
  326           case eSectionTypeCode: