Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SMLoc

30   template<bool (DarwinAsmParser::*HandlerMethod)(StringRef, SMLoc)>
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) {
194 bool parseSectionDirectiveConst(StringRef, SMLoc) {
197 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) {
200 bool parseSectionDirectiveCString(StringRef, SMLoc) {
204 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) {
208 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) {
212 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) {
216 bool parseSectionDirectiveConstructor(StringRef, SMLoc) {
219 bool parseSectionDirectiveDestructor(StringRef, SMLoc) {
222 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) {
225 bool parseSectionDirectiveFVMLibInit1(StringRef, SMLoc) {
228 bool parseSectionDirectiveSymbolStub(StringRef, SMLoc) {
235 bool parseSectionDirectivePICSymbolStub(StringRef, SMLoc) {
240 bool parseSectionDirectiveData(StringRef, SMLoc) {
243 bool parseSectionDirectiveStaticData(StringRef, SMLoc) {
246 bool parseSectionDirectiveNonLazySymbolPointers(StringRef, SMLoc) {
250 bool parseSectionDirectiveLazySymbolPointers(StringRef, SMLoc) {
254 bool parseSectionDirectiveDyld(StringRef, SMLoc) {
257 bool parseSectionDirectiveModInitFunc(StringRef, SMLoc) {
261 bool parseSectionDirectiveModTermFunc(StringRef, SMLoc) {
265 bool parseSectionDirectiveConstData(StringRef, SMLoc) {
268 bool parseSectionDirectiveObjCClass(StringRef, SMLoc) {
272 bool parseSectionDirectiveObjCMetaClass(StringRef, SMLoc) {
276 bool parseSectionDirectiveObjCCatClsMeth(StringRef, SMLoc) {
280 bool parseSectionDirectiveObjCCatInstMeth(StringRef, SMLoc) {
284 bool parseSectionDirectiveObjCProtocol(StringRef, SMLoc) {
288 bool parseSectionDirectiveObjCStringObject(StringRef, SMLoc) {
292 bool parseSectionDirectiveObjCClsMeth(StringRef, SMLoc) {
296 bool parseSectionDirectiveObjCInstMeth(StringRef, SMLoc) {
300 bool parseSectionDirectiveObjCClsRefs(StringRef, SMLoc) {
305 bool parseSectionDirectiveObjCMessageRefs(StringRef, SMLoc) {
310 bool parseSectionDirectiveObjCSymbols(StringRef, SMLoc) {
314 bool parseSectionDirectiveObjCCategory(StringRef, SMLoc) {
318 bool parseSectionDirectiveObjCClassVars(StringRef, SMLoc) {
322 bool parseSectionDirectiveObjCInstanceVars(StringRef, SMLoc) {
326 bool parseSectionDirectiveObjCModuleInfo(StringRef, SMLoc) {
330 bool parseSectionDirectiveObjCClassNames(StringRef, SMLoc) {
334 bool parseSectionDirectiveObjCMethVarTypes(StringRef, SMLoc) {
338 bool parseSectionDirectiveObjCMethVarNames(StringRef, SMLoc) {
342 bool parseSectionDirectiveObjCSelectorStrs(StringRef, SMLoc) {
346 bool parseSectionDirectiveTData(StringRef, SMLoc) {
350 bool parseSectionDirectiveText(StringRef, SMLoc) {
354 bool parseSectionDirectiveTLV(StringRef, SMLoc) {
358 bool parseSectionDirectiveIdent(StringRef, SMLoc) {
363 bool parseSectionDirectiveThreadInitFunc(StringRef, SMLoc) {
367 bool parseVersionMin(StringRef, SMLoc);
404 bool DarwinAsmParser::parseDirectiveDesc(StringRef, SMLoc) {
433 bool DarwinAsmParser::parseDirectiveIndirectSymbol(StringRef, SMLoc Loc) {
467 SMLoc IDLoc) {
489 bool DarwinAsmParser::parseDirectiveLinkerOption(StringRef IDVal, SMLoc) {
516 bool DarwinAsmParser::parseDirectiveLsym(StringRef, SMLoc) {
546 bool DarwinAsmParser::parseDirectiveSection(StringRef, SMLoc) {
547 SMLoc Loc = getLexer().getLoc();
593 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) {
606 bool DarwinAsmParser::parseDirectivePopSection(StringRef, SMLoc) {
614 bool DarwinAsmParser::parseDirectivePrevious(StringRef DirName, SMLoc) {
624 bool DarwinAsmParser::parseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
665 bool DarwinAsmParser::parseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
678 bool DarwinAsmParser::parseDirectiveSubsectionsViaSymbols(StringRef, SMLoc) {
691 bool DarwinAsmParser::parseDirectiveTBSS(StringRef, SMLoc) {
692 SMLoc IDLoc = getLexer().getLoc();
705 SMLoc SizeLoc = getLexer().getLoc();
710 SMLoc Pow2AlignmentLoc;
747 bool DarwinAsmParser::parseDirectiveZerofill(StringRef, SMLoc) {
775 SMLoc IDLoc = getLexer().getLoc();
788 SMLoc SizeLoc = getLexer().getLoc();
793 SMLoc Pow2AlignmentLoc;
833 bool DarwinAsmParser::parseDirectiveDataRegion(StringRef, SMLoc) {
840 SMLoc Loc = getParser().getTok().getLoc();
858 bool DarwinAsmParser::parseDirectiveDataRegionEnd(StringRef, SMLoc) {
870 bool DarwinAsmParser::parseVersionMin(StringRef Directive, SMLoc) {