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