Lines Matching refs:SMLoc
28 template<bool (COFFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
93 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
100 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);
121 bool ParseDirectiveSafeSEH(StringRef, SMLoc);
123 bool ParseDirectiveLinkOnce(StringRef, SMLoc);
126 bool ParseSEHDirectiveStartProc(StringRef, SMLoc);
127 bool ParseSEHDirectiveEndProc(StringRef, SMLoc);
128 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
129 bool ParseSEHDirectiveEndChained(StringRef, SMLoc);
130 bool ParseSEHDirectiveHandler(StringRef, SMLoc);
131 bool ParseSEHDirectiveHandlerData(StringRef, SMLoc);
132 bool ParseSEHDirectivePushReg(StringRef, SMLoc);
133 bool ParseSEHDirectiveSetFrame(StringRef, SMLoc);
134 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
135 bool ParseSEHDirectiveSaveReg(StringRef, SMLoc);
136 bool ParseSEHDirectiveSaveXMM(StringRef, SMLoc);
137 bool ParseSEHDirectivePushFrame(StringRef, SMLoc);
138 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
142 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
264 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() argument
337 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
396 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
410 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
423 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
436 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
442 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
457 bool COFFAsmParser::ParseDirectiveSafeSEH(StringRef, SMLoc) { in ParseDirectiveSafeSEH() argument
472 bool COFFAsmParser::ParseDirectiveSecIdx(StringRef, SMLoc) { in ParseDirectiveSecIdx() argument
511 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { in ParseDirectiveLinkOnce()
535 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc) { in ParseSEHDirectiveStartProc() argument
550 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc) { in ParseSEHDirectiveEndProc() argument
556 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) { in ParseSEHDirectiveStartChained() argument
562 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc) { in ParseSEHDirectiveEndChained() argument
568 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc) { in ParseSEHDirectiveHandler() argument
594 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc) { in ParseSEHDirectiveHandlerData() argument
600 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc L) { in ParseSEHDirectivePushReg()
613 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc L) { in ParseSEHDirectiveSetFrame()
622 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSetFrame()
637 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) { in ParseSEHDirectiveAllocStack() argument
639 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveAllocStack()
654 bool COFFAsmParser::ParseSEHDirectiveSaveReg(StringRef, SMLoc L) { in ParseSEHDirectiveSaveReg()
663 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveReg()
681 bool COFFAsmParser::ParseSEHDirectiveSaveXMM(StringRef, SMLoc L) { in ParseSEHDirectiveSaveXMM()
690 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectiveSaveXMM()
706 bool COFFAsmParser::ParseSEHDirectivePushFrame(StringRef, SMLoc) { in ParseSEHDirectivePushFrame() argument
710 SMLoc startLoc = getLexer().getLoc(); in ParseSEHDirectivePushFrame()
727 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc) { in ParseSEHDirectiveEndProlog() argument
737 SMLoc startLoc = getLexer().getLoc(); in ParseAtUnwindOrAtExcept()
751 SMLoc startLoc = getLexer().getLoc(); in ParseSEHRegisterNumber()
754 SMLoc endLoc; in ParseSEHRegisterNumber()