Lines Matching refs:StringRef
52 static void DumpSegmentCommandData(StringRef Name,
69 static int DumpSectionData(MachOObject &Obj, unsigned Index, StringRef Name,
70 StringRef SegmentName, uint64_t Address,
114 StringRef Data = Obj.getData(Offset, Size);
134 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress,
150 if ((Res = DumpSectionData(Obj, i, StringRef(Sect->Name, 16),
151 StringRef(Sect->SegmentName, 16), Sect->Address,
170 DumpSegmentCommandData(StringRef(SLC->Name, 16), SLC->VMAddress,
186 if ((Res = DumpSectionData(Obj, i, StringRef(Sect->Name, 16),
187 StringRef(Sect->SegmentName, 16), Sect->Address,