• Home
  • Raw
  • Download

Lines Matching refs:SMLoc

25   template<bool (ELFAsmParser::*Handler)(StringRef, SMLoc)>
80 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
85 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
90 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
95 bool ParseSectionDirectiveRoData(StringRef, SMLoc) { in ParseSectionDirectiveRoData() argument
100 bool ParseSectionDirectiveTData(StringRef, SMLoc) { in ParseSectionDirectiveTData() argument
106 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) { in ParseSectionDirectiveTBSS() argument
112 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) { in ParseSectionDirectiveDataRel() argument
118 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRo() argument
124 bool ParseSectionDirectiveDataRelRoLocal(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRoLocal() argument
130 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) { in ParseSectionDirectiveEhFrame() argument
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) { in ParseDirectiveSymbolAttribute() argument
200 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize() argument
224 SMLoc FirstLoc = getLexer().getLoc(); in ParseSectionName()
237 SMLoc PrevLoc = getLexer().getLoc(); in ParseSectionName()
312 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) { in ParseDirectivePushSection()
323 bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) { in ParseDirectivePopSection() argument
330 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
438 bool ELFAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) { in ParseDirectivePrevious() argument
449 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
466 SMLoc TypeLoc; in ParseDirectiveType()
497 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() argument
526 bool ELFAsmParser::ParseDirectiveSymver(StringRef, SMLoc) { in ParseDirectiveSymver() argument
553 bool ELFAsmParser::ParseDirectiveWeakref(StringRef, SMLoc) { in ParseDirectiveWeakref() argument