Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SMLoc

27   template<bool (COFFAsmParser::*Handler)(StringRef, SMLoc)>
79 bool ParseSectionDirectiveText(StringRef, SMLoc) {
86 bool ParseSectionDirectiveData(StringRef, SMLoc) {
93 bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
101 bool ParseDirectiveDef(StringRef, SMLoc);
102 bool ParseDirectiveScl(StringRef, SMLoc);
103 bool ParseDirectiveType(StringRef, SMLoc);
104 bool ParseDirectiveEndef(StringRef, SMLoc);
107 bool ParseSEHDirectiveStartProc(StringRef, SMLoc);
108 bool ParseSEHDirectiveEndProc(StringRef, SMLoc);
109 bool ParseSEHDirectiveStartChained(StringRef, SMLoc);
110 bool ParseSEHDirectiveEndChained(StringRef, SMLoc);
111 bool ParseSEHDirectiveHandler(StringRef, SMLoc);
112 bool ParseSEHDirectiveHandlerData(StringRef, SMLoc);
113 bool ParseSEHDirectivePushReg(StringRef, SMLoc);
114 bool ParseSEHDirectiveSetFrame(StringRef, SMLoc);
115 bool ParseSEHDirectiveAllocStack(StringRef, SMLoc);
116 bool ParseSEHDirectiveSaveReg(StringRef, SMLoc);
117 bool ParseSEHDirectiveSaveXMM(StringRef, SMLoc);
118 bool ParseSEHDirectivePushFrame(StringRef, SMLoc);
119 bool ParseSEHDirectiveEndProlog(StringRef, SMLoc);
123 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc);
132 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
174 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) {
188 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) {
201 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
214 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) {
220 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc) {
235 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc) {
241 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) {
247 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc) {
253 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc) {
279 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc) {
285 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc L) {
298 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc L) {
307 SMLoc startLoc = getLexer().getLoc();
322 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) {
324 SMLoc startLoc = getLexer().getLoc();
339 bool COFFAsmParser::ParseSEHDirectiveSaveReg(StringRef, SMLoc L) {
348 SMLoc startLoc = getLexer().getLoc();
366 bool COFFAsmParser::ParseSEHDirectiveSaveXMM(StringRef, SMLoc L) {
375 SMLoc startLoc = getLexer().getLoc();
391 bool COFFAsmParser::ParseSEHDirectivePushFrame(StringRef, SMLoc) {
395 SMLoc startLoc = getLexer().getLoc();
412 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc) {
422 SMLoc startLoc = getLexer().getLoc();
436 SMLoc startLoc = getLexer().getLoc();
439 SMLoc endLoc;