Lines Matching defs:SMLoc

26 #include "llvm/Support/SMLoc.h"
36 template<bool (ELFAsmParser::*HandlerMethod)(StringRef, SMLoc)>
91 bool parseSectionDirectiveData(StringRef, SMLoc) {
96 bool parseSectionDirectiveText(StringRef, SMLoc) {
101 bool parseSectionDirectiveBSS(StringRef, SMLoc) {
106 bool parseSectionDirectiveRoData(StringRef, SMLoc) {
111 bool parseSectionDirectiveTData(StringRef, SMLoc) {
117 bool parseSectionDirectiveTBSS(StringRef, SMLoc) {
123 bool parseSectionDirectiveDataRel(StringRef, SMLoc) {
128 bool parseSectionDirectiveDataRelRo(StringRef, SMLoc) {
134 bool parseSectionDirectiveEhFrame(StringRef, SMLoc) {
139 bool parseDirectivePushSection(StringRef, SMLoc);
140 bool parseDirectivePopSection(StringRef, SMLoc);
141 bool parseDirectiveSection(StringRef, SMLoc);
142 bool parseDirectiveSize(StringRef, SMLoc);
143 bool parseDirectivePrevious(StringRef, SMLoc);
144 bool parseDirectiveType(StringRef, SMLoc);
145 bool parseDirectiveIdent(StringRef, SMLoc);
146 bool parseDirectiveSymver(StringRef, SMLoc);
147 bool parseDirectiveVersion(StringRef, SMLoc);
148 bool parseDirectiveWeakref(StringRef, SMLoc);
149 bool parseDirectiveSymbolAttribute(StringRef, SMLoc);
150 bool parseDirectiveSubsection(StringRef, SMLoc);
151 bool parseDirectiveCGProfile(StringRef, SMLoc);
155 bool parseSectionArguments(bool IsPush, SMLoc loc);
168 bool ELFAsmParser::parseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
222 bool ELFAsmParser::parseDirectiveSize(StringRef, SMLoc) {
247 SMLoc FirstLoc = getLexer().getLoc();
257 SMLoc PrevLoc = getLexer().getLoc();
395 bool ELFAsmParser::parseDirectivePushSection(StringRef s, SMLoc loc) {
406 bool ELFAsmParser::parseDirectivePopSection(StringRef, SMLoc) {
412 bool ELFAsmParser::parseDirectiveSection(StringRef, SMLoc loc) {
480 SMLoc StartLoc = L.getLoc();
539 bool ELFAsmParser::parseSectionArguments(bool IsPush, SMLoc loc) {
727 bool ELFAsmParser::parseDirectivePrevious(StringRef DirName, SMLoc) {
755 bool ELFAsmParser::parseDirectiveType(StringRef, SMLoc) {
787 SMLoc TypeLoc = getLexer().getLoc();
808 bool ELFAsmParser::parseDirectiveIdent(StringRef, SMLoc) {
826 bool ELFAsmParser::parseDirectiveSymver(StringRef, SMLoc) {
863 bool ELFAsmParser::parseDirectiveVersion(StringRef, SMLoc) {
887 bool ELFAsmParser::parseDirectiveWeakref(StringRef, SMLoc) {
911 bool ELFAsmParser::parseDirectiveSubsection(StringRef, SMLoc) {
927 bool ELFAsmParser::parseDirectiveCGProfile(StringRef S, SMLoc Loc) {