Lines Matching refs:SMLoc
26 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
82 bool ParseSectionDirectiveData(StringRef, SMLoc) {
87 bool ParseSectionDirectiveText(StringRef, SMLoc) {
92 bool ParseSectionDirectiveBSS(StringRef, SMLoc) {
97 bool ParseSectionDirectiveRoData(StringRef, SMLoc) {
102 bool ParseSectionDirectiveTData(StringRef, SMLoc) {
108 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) {
114 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) {
120 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) {
126 bool ParseSectionDirectiveDataRelRoLocal(StringRef, SMLoc) {
132 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) {
138 bool ParseDirectivePushSection(StringRef, SMLoc);
139 bool ParseDirectivePopSection(StringRef, SMLoc);
140 bool ParseDirectiveSection(StringRef, SMLoc);
141 bool ParseDirectiveSize(StringRef, SMLoc);
142 bool ParseDirectivePrevious(StringRef, SMLoc);
143 bool ParseDirectiveType(StringRef, SMLoc);
144 bool ParseDirectiveIdent(StringRef, SMLoc);
145 bool ParseDirectiveSymver(StringRef, SMLoc);
146 bool ParseDirectiveVersion(StringRef, SMLoc);
147 bool ParseDirectiveWeakref(StringRef, SMLoc);
148 bool ParseDirectiveSymbolAttribute(StringRef, SMLoc);
149 bool ParseDirectiveSubsection(StringRef, SMLoc);
153 bool ParseSectionArguments(bool IsPush, SMLoc loc);
161 bool ELFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
209 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) {
233 SMLoc FirstLoc = getLexer().getLoc();
245 SMLoc PrevLoc = getLexer().getLoc();
382 bool ELFAsmParser::ParseDirectivePushSection(StringRef s, SMLoc loc) {
393 bool ELFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) {
400 bool ELFAsmParser::ParseDirectiveSection(StringRef, SMLoc loc) {
404 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) {
569 bool ELFAsmParser::ParseDirectivePrevious(StringRef DirName, SMLoc) {
597 bool ELFAsmParser::ParseDirectiveType(StringRef, SMLoc) {
623 SMLoc TypeLoc = getLexer().getLoc();
644 bool ELFAsmParser::ParseDirectiveIdent(StringRef, SMLoc) {
658 bool ELFAsmParser::ParseDirectiveSymver(StringRef, SMLoc) {
692 bool ELFAsmParser::ParseDirectiveVersion(StringRef, SMLoc) {
718 bool ELFAsmParser::ParseDirectiveWeakref(StringRef, SMLoc) {
742 bool ELFAsmParser::ParseDirectiveSubsection(StringRef, SMLoc) {