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

References

tools/llvm-objdump/MachODump.cpp
 6181   if (II == SectionRef())
 6182     II = get_section(O, "__DATA", "__objc_imageinfo");
 6183   if (II == SectionRef())
 6184     II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
 6185   if (II == SectionRef())
 6186     II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
 6187   info.S = II;
 6188   print_image_info64(II, &info);