Lines Matching refs:SMLoc
33 template<bool (DarwinAsmParser::*HandlerMethod)(StringRef, SMLoc)>
44 SMLoc LastVersionMinDirective;
183 LastVersionMinDirective = SMLoc(); in Initialize()
186 bool parseDirectiveAltEntry(StringRef, SMLoc);
187 bool parseDirectiveDesc(StringRef, SMLoc);
188 bool parseDirectiveIndirectSymbol(StringRef, SMLoc);
189 bool parseDirectiveDumpOrLoad(StringRef, SMLoc);
190 bool parseDirectiveLsym(StringRef, SMLoc);
191 bool parseDirectiveLinkerOption(StringRef, SMLoc);
192 bool parseDirectiveSection(StringRef, SMLoc);
193 bool parseDirectivePushSection(StringRef, SMLoc);
194 bool parseDirectivePopSection(StringRef, SMLoc);
195 bool parseDirectivePrevious(StringRef, SMLoc);
196 bool parseDirectiveSecureLogReset(StringRef, SMLoc);
197 bool parseDirectiveSecureLogUnique(StringRef, SMLoc);
198 bool parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc);
199 bool parseDirectiveTBSS(StringRef, SMLoc);
200 bool parseDirectiveZerofill(StringRef, SMLoc);
201 bool parseDirectiveDataRegion(StringRef, SMLoc);
202 bool parseDirectiveDataRegionEnd(StringRef, SMLoc);
205 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument
209 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
212 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument
215 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
219 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
223 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
227 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument
231 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument
234 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument
237 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument
240 bool parseSectionDirectiveFVMLibInit1(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit1() argument
243 bool parseSectionDirectiveSymbolStub(StringRef, SMLoc) { in parseSectionDirectiveSymbolStub() argument
250 bool parseSectionDirectivePICSymbolStub(StringRef, SMLoc) { in parseSectionDirectivePICSymbolStub() argument
255 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument
258 bool parseSectionDirectiveStaticData(StringRef, SMLoc) { in parseSectionDirectiveStaticData() argument
261 bool parseSectionDirectiveNonLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveNonLazySymbolPointers() argument
265 bool parseSectionDirectiveLazySymbolPointers(StringRef, SMLoc) { in parseSectionDirectiveLazySymbolPointers() argument
269 bool parseSectionDirectiveThreadLocalVariablePointers(StringRef, SMLoc) { in parseSectionDirectiveThreadLocalVariablePointers() argument
273 bool parseSectionDirectiveDyld(StringRef, SMLoc) { in parseSectionDirectiveDyld() argument
276 bool parseSectionDirectiveModInitFunc(StringRef, SMLoc) { in parseSectionDirectiveModInitFunc() argument
280 bool parseSectionDirectiveModTermFunc(StringRef, SMLoc) { in parseSectionDirectiveModTermFunc() argument
284 bool parseSectionDirectiveConstData(StringRef, SMLoc) { in parseSectionDirectiveConstData() argument
287 bool parseSectionDirectiveObjCClass(StringRef, SMLoc) { in parseSectionDirectiveObjCClass() argument
291 bool parseSectionDirectiveObjCMetaClass(StringRef, SMLoc) { in parseSectionDirectiveObjCMetaClass() argument
295 bool parseSectionDirectiveObjCCatClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatClsMeth() argument
299 bool parseSectionDirectiveObjCCatInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCCatInstMeth() argument
303 bool parseSectionDirectiveObjCProtocol(StringRef, SMLoc) { in parseSectionDirectiveObjCProtocol() argument
307 bool parseSectionDirectiveObjCStringObject(StringRef, SMLoc) { in parseSectionDirectiveObjCStringObject() argument
311 bool parseSectionDirectiveObjCClsMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCClsMeth() argument
315 bool parseSectionDirectiveObjCInstMeth(StringRef, SMLoc) { in parseSectionDirectiveObjCInstMeth() argument
319 bool parseSectionDirectiveObjCClsRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCClsRefs() argument
324 bool parseSectionDirectiveObjCMessageRefs(StringRef, SMLoc) { in parseSectionDirectiveObjCMessageRefs() argument
329 bool parseSectionDirectiveObjCSymbols(StringRef, SMLoc) { in parseSectionDirectiveObjCSymbols() argument
333 bool parseSectionDirectiveObjCCategory(StringRef, SMLoc) { in parseSectionDirectiveObjCCategory() argument
337 bool parseSectionDirectiveObjCClassVars(StringRef, SMLoc) { in parseSectionDirectiveObjCClassVars() argument
341 bool parseSectionDirectiveObjCInstanceVars(StringRef, SMLoc) { in parseSectionDirectiveObjCInstanceVars() argument
345 bool parseSectionDirectiveObjCModuleInfo(StringRef, SMLoc) { in parseSectionDirectiveObjCModuleInfo() argument
349 bool parseSectionDirectiveObjCClassNames(StringRef, SMLoc) { in parseSectionDirectiveObjCClassNames() argument
353 bool parseSectionDirectiveObjCMethVarTypes(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarTypes() argument
357 bool parseSectionDirectiveObjCMethVarNames(StringRef, SMLoc) { in parseSectionDirectiveObjCMethVarNames() argument
361 bool parseSectionDirectiveObjCSelectorStrs(StringRef, SMLoc) { in parseSectionDirectiveObjCSelectorStrs() argument
365 bool parseSectionDirectiveTData(StringRef, SMLoc) { in parseSectionDirectiveTData() argument
369 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
373 bool parseSectionDirectiveTLV(StringRef, SMLoc) { in parseSectionDirectiveTLV() argument
377 bool parseSectionDirectiveIdent(StringRef, SMLoc) { in parseSectionDirectiveIdent() argument
382 bool parseSectionDirectiveThreadInitFunc(StringRef, SMLoc) { in parseSectionDirectiveThreadInitFunc() argument
386 bool parseVersionMin(StringRef, SMLoc);
422 bool DarwinAsmParser::parseDirectiveAltEntry(StringRef, SMLoc) { in parseDirectiveAltEntry() argument
442 bool DarwinAsmParser::parseDirectiveDesc(StringRef, SMLoc) { in parseDirectiveDesc() argument
471 bool DarwinAsmParser::parseDirectiveIndirectSymbol(StringRef, SMLoc Loc) { in parseDirectiveIndirectSymbol()
506 SMLoc IDLoc) { in parseDirectiveDumpOrLoad()
528 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) { in parseDirectiveLinkerOption() argument
555 bool DarwinAsmParser::parseDirectiveLsym(StringRef, SMLoc) { in parseDirectiveLsym() argument
585 bool DarwinAsmParser::parseDirectiveSection(StringRef, SMLoc) { in parseDirectiveSection() argument
586 SMLoc Loc = getLexer().getLoc(); in parseDirectiveSection()
635 SMLoc BLoc = SMLoc::getFromPointer(SectionVal.data() + B); in parseDirectiveSection()
636 SMLoc ELoc = SMLoc::getFromPointer(SectionVal.data() + E); in parseDirectiveSection()
654 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection()
667 bool DarwinAsmParser::parseDirectivePopSection(StringRef, SMLoc) { in parseDirectivePopSection() argument
675 bool DarwinAsmParser::parseDirectivePrevious(StringRef DirName, SMLoc) { in parseDirectivePrevious() argument
685 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogUnique()
725 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) { in parseDirectiveSecureLogReset()
738 bool DarwinAsmParser::parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc) { in parseDirectiveSubsectionsViaSymbols() argument
751 bool DarwinAsmParser::parseDirectiveTBSS(StringRef, SMLoc) { in parseDirectiveTBSS() argument
752 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveTBSS()
765 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveTBSS()
770 SMLoc Pow2AlignmentLoc; in parseDirectiveTBSS()
807 bool DarwinAsmParser::parseDirectiveZerofill(StringRef, SMLoc) { in parseDirectiveZerofill() argument
835 SMLoc IDLoc = getLexer().getLoc(); in parseDirectiveZerofill()
848 SMLoc SizeLoc = getLexer().getLoc(); in parseDirectiveZerofill()
853 SMLoc Pow2AlignmentLoc; in parseDirectiveZerofill()
893 bool DarwinAsmParser::parseDirectiveDataRegion(StringRef, SMLoc) { in parseDirectiveDataRegion() argument
900 SMLoc Loc = getParser().getTok().getLoc(); in parseDirectiveDataRegion()
918 bool DarwinAsmParser::parseDirectiveDataRegionEnd(StringRef, SMLoc) { in parseDirectiveDataRegionEnd() argument
930 bool DarwinAsmParser::parseVersionMin(StringRef Directive, SMLoc Loc) { in parseVersionMin()