Lines Matching defs:Ref
788 DataRefImpl Ref = Section.getRawDataRefImpl();
791 const MachO::section_64 Sec = O->getSection64(Ref);
794 const MachO::section Sec = O->getSection(Ref);
874 DataRefImpl Ref = Sect->getRawDataRefImpl();
875 StringRef SegmentName = O->getSectionFinalSegmentName(Ref);
880 const MachO::section_64 Sec = O->getSection64(Ref);
883 const MachO::section Sec = O->getSection(Ref);
1052 DataRefImpl Ref = Section.getRawDataRefImpl();
1053 StringRef SegName = O->getSectionFinalSegmentName(Ref);
1059 const MachO::section_64 Sec = O->getSection64(Ref);
1063 const MachO::section Sec = O->getSection(Ref);
1146 DataRefImpl Ref = Section.getRawDataRefImpl();
1147 StringRef SegName = O->getSectionFinalSegmentName(Ref);
2341 // a reference to an Objective-C class, selector, message ref or cfstring.
2425 DataRefImpl Ref = ((*(info->Sections))[SectIdx]).getRawDataRefImpl();
2426 StringRef SegName = info->O->getSectionFinalSegmentName(Ref);
3220 DataRefImpl Ref = Section.getRawDataRefImpl();
3221 StringRef SegName = O->getSectionFinalSegmentName(Ref);
3237 DataRefImpl Ref = S.getRawDataRefImpl();
3238 StringRef SegName = O->getSectionFinalSegmentName(Ref);
3288 DataRefImpl Ref = S.getRawDataRefImpl();
3289 StringRef SegName = O->getSectionFinalSegmentName(Ref);
4957 DataRefImpl Ref = S.getRawDataRefImpl();
4958 StringRef SegName = info->O->getSectionFinalSegmentName(Ref);
5020 DataRefImpl Ref = S.getRawDataRefImpl();
5021 StringRef SegName = info->O->getSectionFinalSegmentName(Ref);
5063 DataRefImpl Ref = S.getRawDataRefImpl();
5064 StringRef SegName = info->O->getSectionFinalSegmentName(Ref);
5103 DataRefImpl Ref = S.getRawDataRefImpl();
5104 StringRef SegName = info->O->getSectionFinalSegmentName(Ref);
5143 DataRefImpl Ref = S.getRawDataRefImpl();
5144 StringRef SegName = info->O->getSectionFinalSegmentName(Ref);
5629 // If ReferenceValue is an address of an Objective-C CFString, Selector ref or
5630 // Class ref that name is returned and the ReferenceType is set accordingly.
5706 name = "bad class ref";