Lines Matching defs:DirectiveID
909 ParseStatus parseDirective(AsmToken DirectiveID) override {
910 assert(DirectiveID.getKind() == AsmToken::Identifier);
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") {