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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86534   SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugAranges",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugAranges)));
tools/lldb/source/Core/Section.cpp
   67   case eSectionTypeDWARFDebugAranges:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  528           sect_type = lldb::eSectionTypeDWARFDebugAranges;
 1109   case lldb::eSectionTypeDWARFDebugAranges:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1568         .Case("aranges", eSectionTypeDWARFDebugAranges)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1127         case eSectionTypeDWARFDebugAranges:
 1417     return eSectionTypeDWARFDebugAranges;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  863         section_type = eSectionTypeDWARFDebugAranges;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
   49   return LoadOrGetSection(eSectionTypeDWARFDebugAranges, llvm::None,
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  123       eSectionTypeDWARFDebugAranges,  eSectionTypeDWARFDebugCuIndex,
tools/lldb/source/Symbol/ObjectFile.cpp
  347           case eSectionTypeDWARFDebugAranges: