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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86545   SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugStr",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugStr)));
tools/lldb/source/Core/Section.cpp
   97   case eSectionTypeDWARFDebugStr:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  566           sect_type = lldb::eSectionTypeDWARFDebugStr;
 1120   case lldb::eSectionTypeDWARFDebugStr:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1584         .Case("str", eSectionTypeDWARFDebugStr)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1143         case eSectionTypeDWARFDebugStr:
 1439     return eSectionTypeDWARFDebugStr;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  885         section_type = eSectionTypeDWARFDebugStr;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
   89   return LoadOrGetSection(eSectionTypeDWARFDebugStr,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  542                 section_list->FindSectionByType(eSectionTypeDWARFDebugStr, true)
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  128       eSectionTypeDWARFDebugStr,      eSectionTypeDWARFDebugStrOffsets,
tools/lldb/source/Symbol/ObjectFile.cpp
  363           case eSectionTypeDWARFDebugStr: