• Home
  • Raw
  • Download

Lines Matching refs:SMLoc

27   template<bool (COFFAsmParser::*Handler)(StringRef, SMLoc)>
80 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
87 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
94 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
102 bool ParseDirectiveDef(StringRef, SMLoc);
103 bool ParseDirectiveScl(StringRef, SMLoc);
104 bool ParseDirectiveType(StringRef, SMLoc);
105 bool ParseDirectiveEndef(StringRef, SMLoc);
106 bool ParseDirectiveSecRel32(StringRef, SMLoc);
109 bool ParseSEHDirectiveStartProc(StringRef, SMLoc);
110 bool ParseSEHDirectiveEndProc(StringRef, SMLoc);
111 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
112 bool ParseSEHDirectiveEndChained(StringRef, SMLoc);
113 bool ParseSEHDirectiveHandler(StringRef, SMLoc);
114 bool ParseSEHDirectiveHandlerData(StringRef, SMLoc);
115 bool ParseSEHDirectivePushReg(StringRef, SMLoc);
116 bool ParseSEHDirectiveSetFrame(StringRef, SMLoc);
117 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
118 bool ParseSEHDirectiveSaveReg(StringRef, SMLoc);
119 bool ParseSEHDirectiveSaveXMM(StringRef, SMLoc);
120 bool ParseSEHDirectivePushFrame(StringRef, SMLoc);
121 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
125 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
134 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument
176 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
190 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
203 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
216 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
222 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
237 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc) { in ParseSEHDirectiveStartProc() argument
252 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc) { in ParseSEHDirectiveEndProc() argument
258 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) { in ParseSEHDirectiveStartChained() argument
264 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc) { in ParseSEHDirectiveEndChained() argument
270 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc) { in ParseSEHDirectiveHandler() argument
296 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc) { in ParseSEHDirectiveHandlerData() argument
302 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc L) { in ParseSEHDirectivePushReg()
315 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc L) { in ParseSEHDirectiveSetFrame()
324 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame()
339 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) { in ParseSEHDirectiveAllocStack() argument
341 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack()
356 bool COFFAsmParser::ParseSEHDirectiveSaveReg(StringRef, SMLoc L) { in ParseSEHDirectiveSaveReg()
365 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg()
383 bool COFFAsmParser::ParseSEHDirectiveSaveXMM(StringRef, SMLoc L) { in ParseSEHDirectiveSaveXMM()
392 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM()
408 bool COFFAsmParser::ParseSEHDirectivePushFrame(StringRef, SMLoc) { in ParseSEHDirectivePushFrame() argument
412 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame()
429 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc) { in ParseSEHDirectiveEndProlog() argument
439 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept()
453 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber()
456 SMLoc endLoc; in ParseSEHRegisterNumber()