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

References

tools/llvm-objdump/MachODump.cpp
 6263   if (II == SectionRef())
 6264     II = get_section(O, "__DATA", "__objc_imageinfo");
 6265   if (II == SectionRef())
 6266     II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
 6267   if (II == SectionRef())
 6268     II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
 6269   info.S = II;
 6270   print_image_info32(II, &info);