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

References

tools/llvm-objdump/MachODump.cpp
 6243   if (PL == SectionRef())
 6244     PL = get_section(O, "__DATA", "__objc_protolist");
 6245   if (PL == SectionRef())
 6246     PL = get_section(O, "__DATA_CONST", "__objc_protolist");
 6247   if (PL == SectionRef())
 6248     PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
 6249   info.S = PL;
 6250   walk_pointer_list_32("protocol", PL, O, &info, nullptr);