Lines Matching refs:SMLoc
27 template<bool (COFFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
86 bool ParseSectionDirectiveText(StringRef, SMLoc) {
93 bool ParseSectionDirectiveData(StringRef, SMLoc) {
100 bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
108 bool ParseDirectiveSection(StringRef, SMLoc);
109 bool ParseDirectiveDef(StringRef, SMLoc);
110 bool ParseDirectiveScl(StringRef, SMLoc);
111 bool ParseDirectiveType(StringRef, SMLoc);
112 bool ParseDirectiveEndef(StringRef, SMLoc);
113 bool ParseDirectiveSecRel32(StringRef, SMLoc);
114 bool ParseDirectiveLinkOnce(StringRef, SMLoc);
117 bool ParseSEHDirectiveStartProc(StringRef, SMLoc);
118 bool ParseSEHDirectiveEndProc(StringRef, SMLoc);
119 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
120 bool ParseSEHDirectiveEndChained(StringRef, SMLoc);
121 bool ParseSEHDirectiveHandler(StringRef, SMLoc);
122 bool ParseSEHDirectiveHandlerData(StringRef, SMLoc);
123 bool ParseSEHDirectivePushReg(StringRef, SMLoc);
124 bool ParseSEHDirectiveSetFrame(StringRef, SMLoc);
125 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
126 bool ParseSEHDirectiveSaveReg(StringRef, SMLoc);
127 bool ParseSEHDirectiveSaveXMM(StringRef, SMLoc);
128 bool ParseSEHDirectivePushFrame(StringRef, SMLoc);
129 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
133 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
255 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
320 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
351 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) {
365 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) {
378 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
391 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) {
397 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) {
414 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) {
442 SMLoc Loc = getTok().getLoc();
470 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc) {
485 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc) {
491 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) {
497 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc) {
503 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc) {
529 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc) {
535 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc L) {
548 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc L) {
557 SMLoc startLoc = getLexer().getLoc();
572 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) {
574 SMLoc startLoc = getLexer().getLoc();
589 bool COFFAsmParser::ParseSEHDirectiveSaveReg(StringRef, SMLoc L) {
598 SMLoc startLoc = getLexer().getLoc();
616 bool COFFAsmParser::ParseSEHDirectiveSaveXMM(StringRef, SMLoc L) {
625 SMLoc startLoc = getLexer().getLoc();
641 bool COFFAsmParser::ParseSEHDirectivePushFrame(StringRef, SMLoc) {
645 SMLoc startLoc = getLexer().getLoc();
662 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc) {
672 SMLoc startLoc = getLexer().getLoc();
686 SMLoc startLoc = getLexer().getLoc();
689 SMLoc endLoc;