Lines Matching defs:StringRef
40 template<bool (WasmAsmParser::*HandlerMethod)(StringRef, SMLoc)>
41 void addDirectiveHandler(StringRef Directive) {
73 bool error(const StringRef &Msg, const AsmToken &Tok) {
91 bool parseSectionDirectiveText(StringRef, SMLoc) {
96 bool parseSectionDirectiveData(StringRef, SMLoc) {
102 uint32_t parseSectionFlags(StringRef FlagStr, bool &Passive, bool &Group) {
128 bool parseGroup(StringRef &GroupName) {
140 StringRef Linkage;
149 bool parseSectionDirective(StringRef, SMLoc loc) {
150 StringRef Name;
187 StringRef GroupName;
215 bool parseDirectiveSize(StringRef, SMLoc Loc) {
216 StringRef Name;
238 bool parseDirectiveType(StringRef, SMLoc) {
271 bool ParseDirectiveIdent(StringRef, SMLoc) {
274 StringRef Data = getTok().getIdentifier();
286 bool ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) {
297 StringRef Name;