Home | History | Annotate | Download | only in MCParser

Lines Matching refs:SMLoc

25   template<bool (ELFAsmParser::*Handler)(StringRef, SMLoc)>
80 bool ParseSectionDirectiveData(StringRef, SMLoc) {
85 bool ParseSectionDirectiveText(StringRef, SMLoc) {
90 bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
95 bool ParseSectionDirectiveRoData(StringRef, SMLoc) {
100 bool ParseSectionDirectiveTData(StringRef, SMLoc) {
106 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) {
112 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) {
118 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) {
124 bool ParseSectionDirectiveDataRelRoLocal(StringRef, SMLoc) {
130 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) {
136 bool ParseDirectivePushSection(StringRef, SMLoc);
137 bool ParseDirectivePopSection(StringRef, SMLoc);
138 bool ParseDirectiveSection(StringRef, SMLoc);
139 bool ParseDirectiveSize(StringRef, SMLoc);
140 bool ParseDirectivePrevious(StringRef, SMLoc);
141 bool ParseDirectiveType(StringRef, SMLoc);
142 bool ParseDirectiveIdent(StringRef, SMLoc);
143 bool ParseDirectiveSymver(StringRef, SMLoc);
144 bool ParseDirectiveWeakref(StringRef, SMLoc);
145 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
155 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
200 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) {
224 SMLoc FirstLoc = getLexer().getLoc();
237 SMLoc PrevLoc = getLexer().getLoc();
312 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) {
323 bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) {
330 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc) {
438 bool ELFAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) {
449 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
466 SMLoc TypeLoc;
496 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) {
525 bool ELFAsmParser::ParseDirectiveSymver(StringRef, SMLoc) {
552 bool ELFAsmParser::ParseDirectiveWeakref(StringRef, SMLoc) {