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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86529   SWIG_Python_SetConstant(d, "eSectionTypeZeroFill",SWIG_From_int(static_cast< int >(lldb::eSectionTypeZeroFill)));
tools/lldb/source/Core/Section.cpp
   55   case eSectionTypeZeroFill:
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
 1595       .Cases(".bss", ".tbss", eSectionTypeZeroFill)
 1626   case eSectionTypeZeroFill:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 1117         case eSectionTypeZeroFill:
 1479     return eSectionTypeZeroFill;
 1504     return eSectionTypeZeroFill;
tools/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  843           section_type = eSectionTypeZeroFill;
  851           section_type = eSectionTypeZeroFill;
  900           section_type = eSectionTypeZeroFill;
tools/lldb/source/Symbol/ObjectFile.cpp
  338           case eSectionTypeZeroFill:
  523       if (section->GetType() == eSectionTypeZeroFill) {