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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86559   SWIG_Python_SetConstant(d, "eSectionTypeGoSymtab",SWIG_From_int(static_cast< int >(lldb::eSectionTypeGoSymtab)));
tools/lldb/source/Core/Section.cpp
  135   case eSectionTypeGoSymtab:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1599       .Case(".gosymtab", eSectionTypeGoSymtab)
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1120         case eSectionTypeGoSymtab:
 1461     return eSectionTypeGoSymtab;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  891         section_type = eSectionTypeGoSymtab;
tools/lldb/source/Symbol/ObjectFile.cpp
  341           case eSectionTypeGoSymtab: