Lines Matching refs:StringRef
36 MCSectionMachO(StringRef Segment, StringRef Section,
134 StringRef getSegmentName() const {
137 return StringRef(SegmentName, 16);
138 return StringRef(SegmentName);
140 StringRef getSectionName() const {
143 return StringRef(SectionName, 16);
144 return StringRef(SectionName);
161 static std::string ParseSectionSpecifier(StringRef Spec, // In.
162 StringRef &Segment, // Out.
163 StringRef &Section, // Out.