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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86536   SWIG_Python_SetConstant(d, "eSectionTypeDWARFDebugFrame",SWIG_From_int(static_cast< int >(lldb::eSectionTypeDWARFDebugFrame)));
tools/lldb/source/Core/Section.cpp
   71   case eSectionTypeDWARFDebugFrame:
tools/lldb/source/Expression/IRExecutionUnit.cpp
  535           sect_type = lldb::eSectionTypeDWARFDebugFrame;
 1111   case lldb::eSectionTypeDWARFDebugFrame:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1570         .Case("frame", eSectionTypeDWARFDebugFrame)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1129         case eSectionTypeDWARFDebugFrame:
 1419     return eSectionTypeDWARFDebugFrame;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  865         section_type = eSectionTypeDWARFDebugFrame;
tools/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
  124       eSectionTypeDWARFDebugFrame,    eSectionTypeDWARFDebugInfo,
tools/lldb/source/Symbol/ObjectFile.cpp
  349           case eSectionTypeDWARFDebugFrame:
tools/lldb/source/Symbol/UnwindTable.cpp
   64   sect = sl->FindSectionByType(eSectionTypeDWARFDebugFrame, true);
tools/lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
  241                                                 : eSectionTypeDWARFDebugFrame,