Home | History | Annotate | Download | only in MCParser

Lines Matching refs:StringRef

27   template<bool (COFFAsmParser::*Handler)(StringRef, SMLoc)>
28 void AddDirectiveHandler(StringRef Directive) {
33 bool ParseSectionSwitch(StringRef Section,
80 bool ParseSectionDirectiveText(StringRef, SMLoc) {
87 bool ParseSectionDirectiveData(StringRef, SMLoc) {
94 bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
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) {
141 StringRef Name;
163 bool COFFAsmParser::ParseSectionSwitch(StringRef Section,
176 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) {
177 StringRef SymbolName;
190 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) {
203 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
216 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) {
222 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) {
223 StringRef SymbolID;
237 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc) {
238 StringRef SymbolID;
252 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc) {
258 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc) {
264 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc) {
270 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc) {
271 StringRef SymbolID;
296 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc) {
302 bool COFFAsmParser::ParseSEHDirectivePushReg(StringRef, SMLoc L) {
315 bool COFFAsmParser::ParseSEHDirectiveSetFrame(StringRef, SMLoc L) {
339 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc) {
356 bool COFFAsmParser::ParseSEHDirectiveSaveReg(StringRef, SMLoc L) {
383 bool COFFAsmParser::ParseSEHDirectiveSaveXMM(StringRef, SMLoc L) {
408 bool COFFAsmParser::ParseSEHDirectivePushFrame(StringRef, SMLoc) {
410 StringRef CodeID;
429 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc) {
436 StringRef identifier;