Lines Matching refs:Comma
188 std::pair<StringRef, StringRef> Comma = Spec.split(','); in ParseSectionSpecifier() local
191 if (Comma.second.empty()) in ParseSectionSpecifier()
196 Segment = Comma.first; in ParseSectionSpecifier()
205 Comma = Comma.second.split(','); in ParseSectionSpecifier()
208 Section = Comma.first; in ParseSectionSpecifier()
219 if (Comma.second.empty()) in ParseSectionSpecifier()
223 Comma = Comma.second.split(','); in ParseSectionSpecifier()
226 StringRef SectionType = Comma.first; in ParseSectionSpecifier()
245 if (Comma.second.empty()) { in ParseSectionSpecifier()
255 Comma = Comma.second.split(','); in ParseSectionSpecifier()
256 StringRef Attrs = Comma.first; in ParseSectionSpecifier()
282 if (Comma.second.empty()) { in ParseSectionSpecifier()
296 StringRef StubSizeStr = Comma.second; in ParseSectionSpecifier()