Home | History | Annotate | Download | only in MC

Lines Matching refs:StringRef

75 MCSectionMachO::MCSectionMachO(StringRef Segment, StringRef Section,
166 /// StripSpaces - This removes leading and trailing spaces from the StringRef.
167 static void StripSpaces(StringRef &Str) {
179 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In.
180 StringRef &Segment, // Out.
181 StringRef &Section, // Out.
187 std::pair<StringRef, StringRef> Comma = Spec.split(',');
225 StringRef SectionType = Comma.first;
255 StringRef Attrs = Comma.first;
258 std::pair<StringRef, StringRef> Plus = Attrs.split('+');
261 StringRef Attr = Plus.first;
295 StringRef StubSizeStr = Comma.second;