Lines Matching refs:getString
280 return Parser.Error(Tok.getLoc(), Msg + Tok.getString());
367 auto Name = Lexer.getTok().getString();
374 auto Type = WebAssembly::parseType(Lexer.getTok().getString());
399 if (Flt.getString().getAsDouble(Val, false))
414 auto S = Flt.getString();
512 GetOrCreateFunctionTableSymbol(getContext(), Tok.getString(), is64);
554 Name = StringRef(Name.begin(), Name.size() + Sep.getString().size());
561 Name = StringRef(Name.begin(), Name.size() + Id.getString().size());
661 auto BT = WebAssembly::parseBlockType(Id.getString());
778 if (DirectiveID.getString() == ".globaltype") {
815 if (DirectiveID.getString() == ".tabletype") {
849 if (DirectiveID.getString() == ".functype") {
890 if (DirectiveID.getString() == ".export_name") {
905 if (DirectiveID.getString() == ".import_module") {
920 if (DirectiveID.getString() == ".import_name") {
935 if (DirectiveID.getString() == ".tagtype") {
950 if (DirectiveID.getString() == ".local") {
963 if (DirectiveID.getString() == ".int8" ||
964 DirectiveID.getString() == ".int16" ||
965 DirectiveID.getString() == ".int32" ||
966 DirectiveID.getString() == ".int64") {
974 DirectiveID.getString().drop_front(4).getAsInteger(10, NumBits);
979 if (DirectiveID.getString() == ".asciz") {