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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86538   SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugLine",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugLine)));
tools/lldb/source/Core/Section.cpp
   77   case eSectionTypeDWARFDebugLine:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  545           sect_type = lldb::eSectionTypeDWARFDebugLine;
 1113   case lldb::eSectionTypeDWARFDebugLine:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1573         .Cases("line", "line.dwo", eSectionTypeDWARFDebugLine)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1132         case eSectionTypeDWARFDebugLine:
 1423     return eSectionTypeDWARFDebugLine;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  869         section_type = eSectionTypeDWARFDebugLine;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
   64   return LoadOrGetSection(eSectionTypeDWARFDebugLine, llvm::None,
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  527           section_list->FindSectionByType(eSectionTypeDWARFDebugLine, true)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
   25   case lldb::eSectionTypeDWARFDebugLine:
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  125       eSectionTypeDWARFDebugLine,     eSectionTypeDWARFDebugLoc,
tools/lldb/source/Symbol/ObjectFile.cpp
  352           case eSectionTypeDWARFDebugLine: