Lines Matching refs:SMLoc

43   template<bool (DarwinAsmParser::*HandlerMethod)(StringRef, SMLoc)>
54 SMLoc LastVersionDirective;
198 LastVersionDirective = SMLoc(); in Initialize()
201 bool parseDirectiveAltEntry(StringRef, SMLoc);
202 bool parseDirectiveDesc(StringRef, SMLoc);
203 bool parseDirectiveIndirectSymbol(StringRef, SMLoc);
204 bool parseDirectiveDumpOrLoad(StringRef, SMLoc);
205 bool parseDirectiveLsym(StringRef, SMLoc);
206 bool parseDirectiveLinkerOption(StringRef, SMLoc);
207 bool parseDirectiveSection(StringRef, SMLoc);
208 bool parseDirectivePushSection(StringRef, SMLoc);
209 bool parseDirectivePopSection(StringRef, SMLoc);
210 bool parseDirectivePrevious(StringRef, SMLoc);
211 bool parseDirectiveSecureLogReset(StringRef, SMLoc);
212 bool parseDirectiveSecureLogUnique(StringRef, SMLoc);
213 bool parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc);
214 bool parseDirectiveTBSS(StringRef, SMLoc);
215 bool parseDirectiveZerofill(StringRef, SMLoc);
216 bool parseDirectiveDataRegion(StringRef, SMLoc);
217 bool parseDirectiveDataRegionEnd(StringRef, SMLoc);
220 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument
224 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
228 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument
232 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
237 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
242 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
247 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument
252 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument
256 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument
260 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument
264 bool parseSectionDirectiveFVMLibInit1(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit1() argument
268 bool parseSectionDirectiveSymbolStub(StringRef, SMLoc) { in parseSectionDirectiveSymbolStub() argument
276 bool parseSectionDirectivePICSymbolStub(StringRef, SMLoc) { in parseSectionDirectivePICSymbolStub() argument
282 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument
286 bool parseSectionDirectiveStaticData(StringRef, SMLoc) { in parseSectionDirectiveStaticData() argument
290 bool parseSectionDirectiveNonLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveNonLazySymbolPointers() argument
295 bool parseSectionDirectiveLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveLazySymbolPointers() argument
300 bool parseSectionDirectiveThreadLocalVariablePointers(StringRef, SMLoc) { in parseSectionDirectiveThreadLocalVariablePointers() argument
305 bool parseSectionDirectiveDyld(StringRef, SMLoc) { in parseSectionDirectiveDyld() argument
309 bool parseSectionDirectiveModInitFunc(StringRef, SMLoc) { in parseSectionDirectiveModInitFunc() argument
314 bool parseSectionDirectiveModTermFunc(StringRef, SMLoc) { in parseSectionDirectiveModTermFunc() argument
319 bool parseSectionDirectiveConstData(StringRef, SMLoc) { in parseSectionDirectiveConstData() argument
323 bool parseSectionDirectiveObjCClass(StringRef, SMLoc) { in parseSectionDirectiveObjCClass() argument
328 bool parseSectionDirectiveObjCMetaClass(StringRef, SMLoc) { in parseSectionDirectiveObjCMetaClass() argument
333 bool parseSectionDirectiveObjCCatClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatClsMeth() argument
338 bool parseSectionDirectiveObjCCatInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatInstMeth() argument
343 bool parseSectionDirectiveObjCProtocol(StringRef, SMLoc) { in parseSectionDirectiveObjCProtocol() argument
348 bool parseSectionDirectiveObjCStringObject(StringRef, SMLoc) { in parseSectionDirectiveObjCStringObject() argument
353 bool parseSectionDirectiveObjCClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCClsMeth() argument
358 bool parseSectionDirectiveObjCInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCInstMeth() argument
363 bool parseSectionDirectiveObjCClsRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCClsRefs() argument
369 bool parseSectionDirectiveObjCMessageRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCMessageRefs() argument
375 bool parseSectionDirectiveObjCSymbols(StringRef, SMLoc) { in parseSectionDirectiveObjCSymbols() argument
380 bool parseSectionDirectiveObjCCategory(StringRef, SMLoc) { in parseSectionDirectiveObjCCategory() argument
385 bool parseSectionDirectiveObjCClassVars(StringRef, SMLoc) { in parseSectionDirectiveObjCClassVars() argument
390 bool parseSectionDirectiveObjCInstanceVars(StringRef, SMLoc) { in parseSectionDirectiveObjCInstanceVars() argument
395 bool parseSectionDirectiveObjCModuleInfo(StringRef, SMLoc) { in parseSectionDirectiveObjCModuleInfo() argument
400 bool parseSectionDirectiveObjCClassNames(StringRef, SMLoc) { in parseSectionDirectiveObjCClassNames() argument
405 bool parseSectionDirectiveObjCMethVarTypes(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarTypes() argument
410 bool parseSectionDirectiveObjCMethVarNames(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarNames() argument
415 bool parseSectionDirectiveObjCSelectorStrs(StringRef, SMLoc) { in parseSectionDirectiveObjCSelectorStrs() argument
420 bool parseSectionDirectiveTData(StringRef, SMLoc) { in parseSectionDirectiveTData() argument
425 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
430 bool parseSectionDirectiveTLV(StringRef, SMLoc) { in parseSectionDirectiveTLV() argument
435 bool parseSectionDirectiveIdent(StringRef, SMLoc) { in parseSectionDirectiveIdent() argument
441 bool parseSectionDirectiveThreadInitFunc(StringRef, SMLoc) { in parseSectionDirectiveThreadInitFunc() argument
446 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin()
449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin()
452 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin()
455 bool parseMacOSXVersionMin(StringRef Directive, SMLoc Loc) { in parseMacOSXVersionMin()
459 bool parseBuildVersion(StringRef Directive, SMLoc Loc);
460 bool parseVersionMin(StringRef Directive, SMLoc Loc, MCVersionMinType Type);
467 void checkVersion(StringRef Directive, StringRef Arg, SMLoc Loc,
469 bool parseDirectiveCGProfile(StringRef Directive, SMLoc Loc);
503 bool DarwinAsmParser::parseDirectiveAltEntry(StringRef, SMLoc) { in parseDirectiveAltEntry() argument
523 bool DarwinAsmParser::parseDirectiveDesc(StringRef, SMLoc) { in parseDirectiveDesc() argument
552 bool DarwinAsmParser::parseDirectiveIndirectSymbol(StringRef, SMLoc Loc) { in parseDirectiveIndirectSymbol()
587 SMLoc IDLoc) { in parseDirectiveDumpOrLoad()
609 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption() argument
635 bool DarwinAsmParser::parseDirectiveLsym(StringRef, SMLoc) { in parseDirectiveLsym() argument
665 bool DarwinAsmParser::parseDirectiveSection(StringRef, SMLoc) { in parseDirectiveSection() argument
666 SMLoc Loc = getLexer().getLoc(); in parseDirectiveSection()
711 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection()
712 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
730 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection()
743 bool DarwinAsmParser::parseDirectivePopSection(StringRef, SMLoc) { in parseDirectivePopSection() argument
751 bool DarwinAsmParser::parseDirectivePrevious(StringRef DirName, SMLoc) { in parseDirectivePrevious() argument
761 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique()
801 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset()
814 bool DarwinAsmParser::parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc) { in parseDirectiveSubsectionsViaSymbols() argument
827 bool DarwinAsmParser::parseDirectiveTBSS(StringRef, SMLoc) { in parseDirectiveTBSS() argument
828 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS()
841 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS()
846 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS()
883 bool DarwinAsmParser::parseDirectiveZerofill(StringRef, SMLoc) { in parseDirectiveZerofill() argument
893 SMLoc SectionLoc = getLexer().getLoc(); in parseDirectiveZerofill()
913 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill()
926 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill()
931 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill()
971 bool DarwinAsmParser::parseDirectiveDataRegion(StringRef, SMLoc) { in parseDirectiveDataRegion() argument
978 SMLoc Loc = getParser().getTok().getLoc(); in parseDirectiveDataRegion()
996 bool DarwinAsmParser::parseDirectiveDataRegionEnd(StringRef, SMLoc) { in parseDirectiveDataRegionEnd() argument
1092 SMLoc Loc, Triple::OSType ExpectedOS) { in checkVersion()
1121 bool DarwinAsmParser::parseVersionMin(StringRef Directive, SMLoc Loc, in parseVersionMin()
1165 bool DarwinAsmParser::parseBuildVersion(StringRef Directive, SMLoc Loc) { in parseBuildVersion()
1167 SMLoc PlatformLoc = getTok().getLoc(); in parseBuildVersion()
1207 bool DarwinAsmParser::parseDirectiveCGProfile(StringRef S, SMLoc Loc) { in parseDirectiveCGProfile()