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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86532   SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugAbbrev",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugAbbrev)));
tools/lldb/source/Core/Section.cpp
   61   case eSectionTypeDWARFDebugAbbrev:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  526           sect_type = lldb::eSectionTypeDWARFDebugAbbrev;
 1107   case lldb::eSectionTypeDWARFDebugAbbrev:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1565         .Case("abbrev", eSectionTypeDWARFDebugAbbrev)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1124         case eSectionTypeDWARFDebugAbbrev:
 1415     return eSectionTypeDWARFDebugAbbrev;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  861         section_type = eSectionTypeDWARFDebugAbbrev;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
   44   return LoadOrGetSection(eSectionTypeDWARFDebugAbbrev,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  505           section_list->FindSectionByType(eSectionTypeDWARFDebugAbbrev, true)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   23   case lldb::eSectionTypeDWARFDebugAbbrev:
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  122       eSectionTypeDWARFDebugAbbrev,   eSectionTypeDWARFDebugAddr,
tools/lldb/source/Symbol/ObjectFile.cpp
  344           case eSectionTypeDWARFDebugAbbrev:
tools/lldb/unittests/Expression/DWARFExpressionTest.cpp
   80               .Case("debug_abbrev", lldb::eSectionTypeDWARFDebugAbbrev);