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

References

tools/llvm-objdump/MachODump.cpp
 6161   if (PL == SectionRef())
 6162     PL = get_section(O, "__DATA", "__objc_protolist");
 6163   if (PL == SectionRef())
 6164     PL = get_section(O, "__DATA_CONST", "__objc_protolist");
 6165   if (PL == SectionRef())
 6166     PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
 6167   info.S = PL;
 6168   walk_pointer_list_64("protocol", PL, O, &info, nullptr);