Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SMLoc

29   template<bool (DarwinAsmParser::*HandlerMethod)(StringRef, SMLoc)>
165 bool ParseDirectiveDesc(StringRef, SMLoc);
166 bool ParseDirectiveDumpOrLoad(StringRef, SMLoc);
167 bool ParseDirectiveLsym(StringRef, SMLoc);
168 bool ParseDirectiveLinkerOption(StringRef, SMLoc);
169 bool ParseDirectiveSection(StringRef, SMLoc);
170 bool ParseDirectivePushSection(StringRef, SMLoc);
171 bool ParseDirectivePopSection(StringRef, SMLoc);
172 bool ParseDirectivePrevious(StringRef, SMLoc);
173 bool ParseDirectiveSecureLogReset(StringRef, SMLoc);
174 bool ParseDirectiveSecureLogUnique(StringRef, SMLoc);
175 bool ParseDirectiveSubsectionsViaSymbols(StringRef, SMLoc);
176 bool ParseDirectiveTBSS(StringRef, SMLoc);
177 bool ParseDirectiveZerofill(StringRef, SMLoc);
178 bool ParseDirectiveDataRegion(StringRef, SMLoc);
179 bool ParseDirectiveDataRegionEnd(StringRef, SMLoc);
182 bool ParseSectionDirectiveConst(StringRef, SMLoc) {
185 bool ParseSectionDirectiveStaticConst(StringRef, SMLoc) {
188 bool ParseSectionDirectiveCString(StringRef, SMLoc) {
192 bool ParseSectionDirectiveLiteral4(StringRef, SMLoc) {
196 bool ParseSectionDirectiveLiteral8(StringRef, SMLoc) {
200 bool ParseSectionDirectiveLiteral16(StringRef, SMLoc) {
204 bool ParseSectionDirectiveConstructor(StringRef, SMLoc) {
207 bool ParseSectionDirectiveDestructor(StringRef, SMLoc) {
210 bool ParseSectionDirectiveFVMLibInit0(StringRef, SMLoc) {
213 bool ParseSectionDirectiveFVMLibInit1(StringRef, SMLoc) {
216 bool ParseSectionDirectiveSymbolStub(StringRef, SMLoc) {
223 bool ParseSectionDirectivePICSymbolStub(StringRef, SMLoc) {
228 bool ParseSectionDirectiveData(StringRef, SMLoc) {
231 bool ParseSectionDirectiveStaticData(StringRef, SMLoc) {
234 bool ParseSectionDirectiveNonLazySymbolPointers(StringRef, SMLoc) {
238 bool ParseSectionDirectiveLazySymbolPointers(StringRef, SMLoc) {
242 bool ParseSectionDirectiveDyld(StringRef, SMLoc) {
245 bool ParseSectionDirectiveModInitFunc(StringRef, SMLoc) {
249 bool ParseSectionDirectiveModTermFunc(StringRef, SMLoc) {
253 bool ParseSectionDirectiveConstData(StringRef, SMLoc) {
256 bool ParseSectionDirectiveObjCClass(StringRef, SMLoc) {
260 bool ParseSectionDirectiveObjCMetaClass(StringRef, SMLoc) {
264 bool ParseSectionDirectiveObjCCatClsMeth(StringRef, SMLoc) {
268 bool ParseSectionDirectiveObjCCatInstMeth(StringRef, SMLoc) {
272 bool ParseSectionDirectiveObjCProtocol(StringRef, SMLoc) {
276 bool ParseSectionDirectiveObjCStringObject(StringRef, SMLoc) {
280 bool ParseSectionDirectiveObjCClsMeth(StringRef, SMLoc) {
284 bool ParseSectionDirectiveObjCInstMeth(StringRef, SMLoc) {
288 bool ParseSectionDirectiveObjCClsRefs(StringRef, SMLoc) {
293 bool ParseSectionDirectiveObjCMessageRefs(StringRef, SMLoc) {
298 bool ParseSectionDirectiveObjCSymbols(StringRef, SMLoc) {
302 bool ParseSectionDirectiveObjCCategory(StringRef, SMLoc) {
306 bool ParseSectionDirectiveObjCClassVars(StringRef, SMLoc) {
310 bool ParseSectionDirectiveObjCInstanceVars(StringRef, SMLoc) {
314 bool ParseSectionDirectiveObjCModuleInfo(StringRef, SMLoc) {
318 bool ParseSectionDirectiveObjCClassNames(StringRef, SMLoc) {
322 bool ParseSectionDirectiveObjCMethVarTypes(StringRef, SMLoc) {
326 bool ParseSectionDirectiveObjCMethVarNames(StringRef, SMLoc) {
330 bool ParseSectionDirectiveObjCSelectorStrs(StringRef, SMLoc) {
334 bool ParseSectionDirectiveTData(StringRef, SMLoc) {
338 bool ParseSectionDirectiveText(StringRef, SMLoc) {
342 bool ParseSectionDirectiveTLV(StringRef, SMLoc) {
346 bool ParseSectionDirectiveIdent(StringRef, SMLoc) {
351 bool ParseSectionDirectiveThreadInitFunc(StringRef, SMLoc) {
391 bool DarwinAsmParser::ParseDirectiveDesc(StringRef, SMLoc) {
421 SMLoc IDLoc) {
443 bool DarwinAsmParser::ParseDirectiveLinkerOption(StringRef IDVal, SMLoc) {
470 bool DarwinAsmParser::ParseDirectiveLsym(StringRef, SMLoc) {
500 bool DarwinAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
501 SMLoc Loc = getLexer().getLoc();
547 bool DarwinAsmParser::ParseDirectivePushSection(StringRef S, SMLoc Loc) {
560 bool DarwinAsmParser::ParseDirectivePopSection(StringRef, SMLoc) {
568 bool DarwinAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) {
578 bool DarwinAsmParser::ParseDirectiveSecureLogUnique(StringRef, SMLoc IDLoc) {
618 bool DarwinAsmParser::ParseDirectiveSecureLogReset(StringRef, SMLoc IDLoc) {
631 bool DarwinAsmParser::ParseDirectiveSubsectionsViaSymbols(StringRef, SMLoc) {
644 bool DarwinAsmParser::ParseDirectiveTBSS(StringRef, SMLoc) {
645 SMLoc IDLoc = getLexer().getLoc();
658 SMLoc SizeLoc = getLexer().getLoc();
663 SMLoc Pow2AlignmentLoc;
700 bool DarwinAsmParser::ParseDirectiveZerofill(StringRef, SMLoc) {
728 SMLoc IDLoc = getLexer().getLoc();
741 SMLoc SizeLoc = getLexer().getLoc();
746 SMLoc Pow2AlignmentLoc;
786 bool DarwinAsmParser::ParseDirectiveDataRegion(StringRef, SMLoc) {
793 SMLoc Loc = getParser().getTok().getLoc();
811 bool DarwinAsmParser::ParseDirectiveDataRegionEnd(StringRef, SMLoc) {