Home | History | Annotate | Download | only in llvm-objdump

Lines Matching refs:CR

5323   SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5324 if (CR == SectionRef())
5325 CR = get_section(O, "__DATA", "__objc_classrefs");
5326 info.S = CR;
5327 walk_pointer_list_64("class refs", CR, O, &info, nullptr);
5399 const SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5400 if (CR != SectionRef()) {
5401 info.S = CR;
5402 walk_pointer_list_32("class refs", CR, O, &info, nullptr);
5404 const SectionRef CR = get_section(O, "__DATA", "__objc_classrefs");
5405 info.S = CR;
5406 walk_pointer_list_32("class refs", CR, O, &info, nullptr);