Lines Matching defs:PrintMethod
780 // 3 bytes if a PrintMethod is needed: 0xFF, the MCInst operand
932 // These two may have a PrintMethod, which we want to record (if it's
937 StringRef PrintMethod = Rec->getValueAsString("PrintMethod");
940 if (PrintMethod != "" && PrintMethod != "printOperand") {
943 return X.first == PrintMethod;
947 PrintMethods.emplace_back(std::string(PrintMethod), IsPCRel);
1276 O << " llvm_unreachable(\"Unknown PrintMethod kind\");\n";
1280 << " llvm_unreachable(\"Unknown PrintMethod kind\");\n"