Lines Matching refs:SMLoc
26 template<bool (COFFAsmParser::*Handler)(StringRef, SMLoc)>
77 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
84 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
91 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
99 bool ParseDirectiveDef(StringRef, SMLoc);
100 bool ParseDirectiveScl(StringRef, SMLoc);
101 bool ParseDirectiveType(StringRef, SMLoc);
102 bool ParseDirectiveEndef(StringRef, SMLoc);
105 bool ParseSEHDirectiveStartProc(StringRef, SMLoc);
106 bool ParseSEHDirectiveEndProc(StringRef, SMLoc);
107 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
108 bool ParseSEHDirectiveEndChained(StringRef, SMLoc);
109 bool ParseSEHDirectiveHandler(StringRef, SMLoc);
110 bool ParseSEHDirectiveHandlerData(StringRef, SMLoc);
111 bool ParseSEHDirectivePushReg(StringRef, SMLoc);
112 bool ParseSEHDirectiveSetFrame(StringRef, SMLoc);
113 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
114 bool ParseSEHDirectiveSaveReg(StringRef, SMLoc);
115 bool ParseSEHDirectiveSaveXMM(StringRef, SMLoc);
116 bool ParseSEHDirectivePushFrame(StringRef, SMLoc);
117 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
140 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
154 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
167 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
180 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
186 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc) { in ParseSEHDirectiveStartProc() argument
201 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc) { in ParseSEHDirectiveEndProc() argument
207 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) { in ParseSEHDirectiveStartChained() argument
213 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc) { in ParseSEHDirectiveEndChained() argument
219 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc) { in ParseSEHDirectiveHandler() argument
245 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc) { in ParseSEHDirectiveHandlerData() argument
251 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc L) { in ParseSEHDirectivePushReg()
264 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc L) { in ParseSEHDirectiveSetFrame()
273 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame()
288 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) { in ParseSEHDirectiveAllocStack() argument
290 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack()
305 bool COFFAsmParser::ParseSEHDirectiveSaveReg(StringRef, SMLoc L) { in ParseSEHDirectiveSaveReg()
314 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg()
332 bool COFFAsmParser::ParseSEHDirectiveSaveXMM(StringRef, SMLoc L) { in ParseSEHDirectiveSaveXMM()
341 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM()
357 bool COFFAsmParser::ParseSEHDirectivePushFrame(StringRef, SMLoc) { in ParseSEHDirectivePushFrame() argument
361 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame()
378 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc) { in ParseSEHDirectiveEndProlog() argument
388 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept()
402 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber()
405 SMLoc endLoc; in ParseSEHRegisterNumber()