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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86537   SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugInfo",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugInfo)));
tools/lldb/source/Core/Section.cpp
   73   case eSectionTypeDWARFDebugInfo:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  540           sect_type = lldb::eSectionTypeDWARFDebugInfo;
 1112   case lldb::eSectionTypeDWARFDebugInfo:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1571         .Case("info", eSectionTypeDWARFDebugInfo)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1130         case eSectionTypeDWARFDebugInfo:
 1421     return eSectionTypeDWARFDebugInfo;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  867         section_type = eSectionTypeDWARFDebugInfo;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
   59   return LoadOrGetSection(eSectionTypeDWARFDebugInfo,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  500         section_list->FindSectionByType(eSectionTypeDWARFDebugInfo, true).get();
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   19   case lldb::eSectionTypeDWARFDebugInfo:
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
   76           lldb::eSectionTypeDWARFDebugInfo, true))
  124       eSectionTypeDWARFDebugFrame,    eSectionTypeDWARFDebugInfo,
tools/lldb/source/Symbol/ObjectFile.cpp
  350           case eSectionTypeDWARFDebugInfo:
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
   79               .Case("debug_info", lldb::eSectionTypeDWARFDebugInfo)