Lines Matching refs:SMLoc
28 template<bool (COFFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
92 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
99 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
106 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
114 bool ParseDirectiveSection(StringRef, SMLoc);
115 bool ParseDirectiveDef(StringRef, SMLoc);
116 bool ParseDirectiveScl(StringRef, SMLoc);
117 bool ParseDirectiveType(StringRef, SMLoc);
118 bool ParseDirectiveEndef(StringRef, SMLoc);
119 bool ParseDirectiveSecRel32(StringRef, SMLoc);
120 bool ParseDirectiveSecIdx(StringRef, SMLoc);
122 bool ParseDirectiveLinkOnce(StringRef, SMLoc);
125 bool ParseSEHDirectiveStartProc(StringRef, SMLoc);
126 bool ParseSEHDirectiveEndProc(StringRef, SMLoc);
127 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
128 bool ParseSEHDirectiveEndChained(StringRef, SMLoc);
129 bool ParseSEHDirectiveHandler(StringRef, SMLoc);
130 bool ParseSEHDirectiveHandlerData(StringRef, SMLoc);
131 bool ParseSEHDirectivePushReg(StringRef, SMLoc);
132 bool ParseSEHDirectiveSetFrame(StringRef, SMLoc);
133 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
134 bool ParseSEHDirectiveSaveReg(StringRef, SMLoc);
135 bool ParseSEHDirectiveSaveXMM(StringRef, SMLoc);
136 bool ParseSEHDirectivePushFrame(StringRef, SMLoc);
137 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
141 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
263 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument
336 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
395 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
409 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
422 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
435 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
441 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
456 bool COFFAsmParser::ParseDirectiveSecIdx(StringRef, SMLoc) { in ParseDirectiveSecIdx() argument
495 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { in ParseDirectiveLinkOnce()
519 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc) { in ParseSEHDirectiveStartProc() argument
534 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc) { in ParseSEHDirectiveEndProc() argument
540 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) { in ParseSEHDirectiveStartChained() argument
546 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc) { in ParseSEHDirectiveEndChained() argument
552 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc) { in ParseSEHDirectiveHandler() argument
578 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc) { in ParseSEHDirectiveHandlerData() argument
584 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc L) { in ParseSEHDirectivePushReg()
597 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc L) { in ParseSEHDirectiveSetFrame()
606 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame()
621 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) { in ParseSEHDirectiveAllocStack() argument
623 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack()
638 bool COFFAsmParser::ParseSEHDirectiveSaveReg(StringRef, SMLoc L) { in ParseSEHDirectiveSaveReg()
647 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg()
665 bool COFFAsmParser::ParseSEHDirectiveSaveXMM(StringRef, SMLoc L) { in ParseSEHDirectiveSaveXMM()
674 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM()
690 bool COFFAsmParser::ParseSEHDirectivePushFrame(StringRef, SMLoc) { in ParseSEHDirectivePushFrame() argument
694 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame()
711 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc) { in ParseSEHDirectiveEndProlog() argument
721 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept()
735 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber()
738 SMLoc endLoc; in ParseSEHRegisterNumber()