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

References

tools/llvm-objdump/MachODump.cpp
 6223   if (SR == SectionRef())
 6224     SR = get_section(O, "__DATA", "__objc_superrefs");
 6225   if (SR == SectionRef())
 6226     SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
 6227   if (SR == SectionRef())
 6228     SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
 6229   info.S = SR;
 6230   walk_pointer_list_32("super refs", SR, O, &info, nullptr);