Lines Matching refs:getString
323 return Parser.Error(Tok.getLoc(), Msg + Tok.getString());
412 auto Name = Lexer.getTok().getString();
419 auto Type = WebAssembly::parseType(Lexer.getTok().getString());
443 if (Flt.getString().getAsDouble(Val, false))
457 auto S = Flt.getString();
556 getOrCreateFunctionTableSymbol(getContext(), Tok.getString(), Is64);
593 Name = StringRef(Name.begin(), Name.size() + Sep.getString().size());
600 Name = StringRef(Name.begin(), Name.size() + Id.getString().size());
735 auto BT = WebAssembly::parseBlockType(Id.getString());
916 if (DirectiveID.getString() == ".globaltype") {
953 if (DirectiveID.getString() == ".tabletype") {
987 if (DirectiveID.getString() == ".functype") {
1029 if (DirectiveID.getString() == ".export_name") {
1044 if (DirectiveID.getString() == ".import_module") {
1059 if (DirectiveID.getString() == ".import_name") {
1074 if (DirectiveID.getString() == ".tagtype") {
1089 if (DirectiveID.getString() == ".local") {
1102 if (DirectiveID.getString() == ".int8" ||
1103 DirectiveID.getString() == ".int16" ||
1104 DirectiveID.getString() == ".int32" ||
1105 DirectiveID.getString() == ".int64") {
1113 DirectiveID.getString().drop_front(4).getAsInteger(10, NumBits);
1118 if (DirectiveID.getString() == ".asciz") {