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

References

tools/llvm-objdump/MachODump.cpp
 6120   SectionRef CL = get_section(O, "__OBJC2", "__class_list");
 6122     CL = get_section(O, "__DATA", "__objc_classlist");
 6124     CL = get_section(O, "__DATA_CONST", "__objc_classlist");
 6126     CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
 6130   SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
 6132     CR = get_section(O, "__DATA", "__objc_classrefs");
 6134     CR = get_section(O, "__DATA_CONST", "__objc_classrefs");
 6136     CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs");
 6140   SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
 6142     SR = get_section(O, "__DATA", "__objc_superrefs");
 6144     SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
 6146     SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
 6150   SectionRef CA = get_section(O, "__OBJC2", "__category_list");
 6152     CA = get_section(O, "__DATA", "__objc_catlist");
 6154     CA = get_section(O, "__DATA_CONST", "__objc_catlist");
 6156     CA = get_section(O, "__DATA_DIRTY", "__objc_catlist");
 6160   SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
 6162     PL = get_section(O, "__DATA", "__objc_protolist");
 6164     PL = get_section(O, "__DATA_CONST", "__objc_protolist");
 6166     PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
 6170   SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
 6172     MR = get_section(O, "__DATA", "__objc_msgrefs");
 6174     MR = get_section(O, "__DATA_CONST", "__objc_msgrefs");
 6176     MR = get_section(O, "__DATA_DIRTY", "__objc_msgrefs");
 6180   SectionRef II = get_section(O, "__OBJC2", "__image_info");
 6182     II = get_section(O, "__DATA", "__objc_imageinfo");
 6184     II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
 6186     II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
 6202   SectionRef CL = get_section(O, "__OBJC2", "__class_list");
 6204     CL = get_section(O, "__DATA", "__objc_classlist");
 6206     CL = get_section(O, "__DATA_CONST", "__objc_classlist");
 6208     CL = get_section(O, "__DATA_DIRTY", "__objc_classlist");
 6212   SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
 6214     CR = get_section(O, "__DATA", "__objc_classrefs");
 6216     CR = get_section(O, "__DATA_CONST", "__objc_classrefs");
 6218     CR = get_section(O, "__DATA_DIRTY", "__objc_classrefs");
 6222   SectionRef SR = get_section(O, "__OBJC2", "__super_refs");
 6224     SR = get_section(O, "__DATA", "__objc_superrefs");
 6226     SR = get_section(O, "__DATA_CONST", "__objc_superrefs");
 6228     SR = get_section(O, "__DATA_DIRTY", "__objc_superrefs");
 6232   SectionRef CA = get_section(O, "__OBJC2", "__category_list");
 6234     CA = get_section(O, "__DATA", "__objc_catlist");
 6236     CA = get_section(O, "__DATA_CONST", "__objc_catlist");
 6238     CA = get_section(O, "__DATA_DIRTY", "__objc_catlist");
 6242   SectionRef PL = get_section(O, "__OBJC2", "__protocol_list");
 6244     PL = get_section(O, "__DATA", "__objc_protolist");
 6246     PL = get_section(O, "__DATA_CONST", "__objc_protolist");
 6248     PL = get_section(O, "__DATA_DIRTY", "__objc_protolist");
 6252   SectionRef MR = get_section(O, "__OBJC2", "__message_refs");
 6254     MR = get_section(O, "__DATA", "__objc_msgrefs");
 6256     MR = get_section(O, "__DATA_CONST", "__objc_msgrefs");
 6258     MR = get_section(O, "__DATA_DIRTY", "__objc_msgrefs");
 6262   SectionRef II = get_section(O, "__OBJC2", "__image_info");
 6264     II = get_section(O, "__DATA", "__objc_imageinfo");
 6266     II = get_section(O, "__DATA_CONST", "__objc_imageinfo");
 6268     II = get_section(O, "__DATA_DIRTY", "__objc_imageinfo");
 6283   S = get_section(O, "__OBJC", "__module_info");
 6437   const SectionRef II = get_section(O, "__OBJC", "__image_info");