Lines Matching refs:StringRef

30   template<bool (DarwinAsmParser::*HandlerMethod)(StringRef, SMLoc)>
31 void addDirectiveHandler(StringRef Directive) { in addDirectiveHandler()
172 bool parseDirectiveDesc(StringRef, SMLoc);
173 bool parseDirectiveIndirectSymbol(StringRef, SMLoc);
174 bool parseDirectiveDumpOrLoad(StringRef, SMLoc);
175 bool parseDirectiveLsym(StringRef, SMLoc);
176 bool parseDirectiveLinkerOption(StringRef, SMLoc);
177 bool parseDirectiveSection(StringRef, SMLoc);
178 bool parseDirectivePushSection(StringRef, SMLoc);
179 bool parseDirectivePopSection(StringRef, SMLoc);
180 bool parseDirectivePrevious(StringRef, SMLoc);
181 bool parseDirectiveSecureLogReset(StringRef, SMLoc);
182 bool parseDirectiveSecureLogUnique(StringRef, SMLoc);
183 bool parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc);
184 bool parseDirectiveTBSS(StringRef, SMLoc);
185 bool parseDirectiveZerofill(StringRef, SMLoc);
186 bool parseDirectiveDataRegion(StringRef, SMLoc);
187 bool parseDirectiveDataRegionEnd(StringRef, SMLoc);
190 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument
194 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
197 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument
200 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
204 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
208 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
212 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument
216 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument
219 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument
222 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument
225 bool parseSectionDirectiveFVMLibInit1(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit1() argument
228 bool parseSectionDirectiveSymbolStub(StringRef, SMLoc) { in parseSectionDirectiveSymbolStub() argument
235 bool parseSectionDirectivePICSymbolStub(StringRef, SMLoc) { in parseSectionDirectivePICSymbolStub() argument
240 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument
243 bool parseSectionDirectiveStaticData(StringRef, SMLoc) { in parseSectionDirectiveStaticData() argument
246 bool parseSectionDirectiveNonLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveNonLazySymbolPointers() argument
250 bool parseSectionDirectiveLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveLazySymbolPointers() argument
254 bool parseSectionDirectiveDyld(StringRef, SMLoc) { in parseSectionDirectiveDyld() argument
257 bool parseSectionDirectiveModInitFunc(StringRef, SMLoc) { in parseSectionDirectiveModInitFunc() argument
261 bool parseSectionDirectiveModTermFunc(StringRef, SMLoc) { in parseSectionDirectiveModTermFunc() argument
265 bool parseSectionDirectiveConstData(StringRef, SMLoc) { in parseSectionDirectiveConstData() argument
268 bool parseSectionDirectiveObjCClass(StringRef, SMLoc) { in parseSectionDirectiveObjCClass() argument
272 bool parseSectionDirectiveObjCMetaClass(StringRef, SMLoc) { in parseSectionDirectiveObjCMetaClass() argument
276 bool parseSectionDirectiveObjCCatClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatClsMeth() argument
280 bool parseSectionDirectiveObjCCatInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatInstMeth() argument
284 bool parseSectionDirectiveObjCProtocol(StringRef, SMLoc) { in parseSectionDirectiveObjCProtocol() argument
288 bool parseSectionDirectiveObjCStringObject(StringRef, SMLoc) { in parseSectionDirectiveObjCStringObject() argument
292 bool parseSectionDirectiveObjCClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCClsMeth() argument
296 bool parseSectionDirectiveObjCInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCInstMeth() argument
300 bool parseSectionDirectiveObjCClsRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCClsRefs() argument
305 bool parseSectionDirectiveObjCMessageRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCMessageRefs() argument
310 bool parseSectionDirectiveObjCSymbols(StringRef, SMLoc) { in parseSectionDirectiveObjCSymbols() argument
314 bool parseSectionDirectiveObjCCategory(StringRef, SMLoc) { in parseSectionDirectiveObjCCategory() argument
318 bool parseSectionDirectiveObjCClassVars(StringRef, SMLoc) { in parseSectionDirectiveObjCClassVars() argument
322 bool parseSectionDirectiveObjCInstanceVars(StringRef, SMLoc) { in parseSectionDirectiveObjCInstanceVars() argument
326 bool parseSectionDirectiveObjCModuleInfo(StringRef, SMLoc) { in parseSectionDirectiveObjCModuleInfo() argument
330 bool parseSectionDirectiveObjCClassNames(StringRef, SMLoc) { in parseSectionDirectiveObjCClassNames() argument
334 bool parseSectionDirectiveObjCMethVarTypes(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarTypes() argument
338 bool parseSectionDirectiveObjCMethVarNames(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarNames() argument
342 bool parseSectionDirectiveObjCSelectorStrs(StringRef, SMLoc) { in parseSectionDirectiveObjCSelectorStrs() argument
346 bool parseSectionDirectiveTData(StringRef, SMLoc) { in parseSectionDirectiveTData() argument
350 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
354 bool parseSectionDirectiveTLV(StringRef, SMLoc) { in parseSectionDirectiveTLV() argument
358 bool parseSectionDirectiveIdent(StringRef, SMLoc) { in parseSectionDirectiveIdent() argument
363 bool parseSectionDirectiveThreadInitFunc(StringRef, SMLoc) { in parseSectionDirectiveThreadInitFunc() argument
367 bool parseVersionMin(StringRef, SMLoc);
404 bool DarwinAsmParser::parseDirectiveDesc(StringRef, SMLoc) { in parseDirectiveDesc() argument
405 StringRef Name; in parseDirectiveDesc()
433 bool DarwinAsmParser::parseDirectiveIndirectSymbol(StringRef, SMLoc Loc) { in parseDirectiveIndirectSymbol() argument
443 StringRef Name; in parseDirectiveIndirectSymbol()
466 bool DarwinAsmParser::parseDirectiveDumpOrLoad(StringRef Directive, in parseDirectiveDumpOrLoad()
489 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption()
516 bool DarwinAsmParser::parseDirectiveLsym(StringRef, SMLoc) { in parseDirectiveLsym() argument
517 StringRef Name; in parseDirectiveLsym()
546 bool DarwinAsmParser::parseDirectiveSection(StringRef, SMLoc) { in parseDirectiveSection() argument
549 StringRef SectionName; in parseDirectiveSection()
562 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection()
571 StringRef Segment, Section; in parseDirectiveSection()
593 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection()
606 bool DarwinAsmParser::parseDirectivePopSection(StringRef, SMLoc) { in parseDirectivePopSection() argument
614 bool DarwinAsmParser::parseDirectivePrevious(StringRef DirName, SMLoc) { in parseDirectivePrevious()
624 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique() argument
625 StringRef LogMessage = getParser().parseStringToEndOfStatement(); in parseDirectiveSecureLogUnique()
665 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset() argument
678 bool DarwinAsmParser::parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc) { in parseDirectiveSubsectionsViaSymbols() argument
691 bool DarwinAsmParser::parseDirectiveTBSS(StringRef, SMLoc) { in parseDirectiveTBSS() argument
693 StringRef Name; in parseDirectiveTBSS()
747 bool DarwinAsmParser::parseDirectiveZerofill(StringRef, SMLoc) { in parseDirectiveZerofill() argument
748 StringRef Segment; in parseDirectiveZerofill()
756 StringRef Section; in parseDirectiveZerofill()
776 StringRef IDStr; in parseDirectiveZerofill()
833 bool DarwinAsmParser::parseDirectiveDataRegion(StringRef, SMLoc) { in parseDirectiveDataRegion() argument
839 StringRef RegionType; in parseDirectiveDataRegion()
858 bool DarwinAsmParser::parseDirectiveDataRegionEnd(StringRef, SMLoc) { in parseDirectiveDataRegionEnd() argument
870 bool DarwinAsmParser::parseVersionMin(StringRef Directive, SMLoc) { in parseVersionMin()