Lines Matching defs:CR
5207 const SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5208 if (CR != SectionRef()) {
5209 info.S = CR;
5210 walk_pointer_list_64("class refs", CR, O, &info, nullptr);
5212 const SectionRef CR = get_section(O, "__DATA", "__objc_classrefs");
5213 info.S = CR;
5214 walk_pointer_list_64("class refs", CR, O, &info, nullptr);
5307 const SectionRef CR = get_section(O, "__OBJC2", "__class_refs");
5308 if (CR != SectionRef()) {
5309 info.S = CR;
5310 walk_pointer_list_32("class refs", CR, O, &info, nullptr);
5312 const SectionRef CR = get_section(O, "__DATA", "__objc_classrefs");
5313 info.S = CR;
5314 walk_pointer_list_32("class refs", CR, O, &info, nullptr);