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

References

tools/llvm-objdump/MachODump.cpp
 6141   if (SR == SectionRef())
 6142     SR = get_section(O, "__DATA", "__objc_superrefs");
 6143   if (SR == SectionRef())
 6144     SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
 6145   if (SR == SectionRef())
 6146     SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
 6147   info.S = SR;
 6148   walk_pointer_list_64("super refs", SR, O, &info, nullptr);