Lines Matching defs:PrintMethod
781 // 3 bytes if a PrintMethod is needed: 0xFF, the MCInst operand
930 // These two may have a PrintMethod, which we want to record (if it's
935 StringRef PrintMethod = Rec->getValueAsString("PrintMethod");
938 if (PrintMethod != "" && PrintMethod != "printOperand") {
941 return X.first == PrintMethod;
945 PrintMethods.emplace_back(std::string(PrintMethod), IsPCRel);
1274 O << " llvm_unreachable(\"Unknown PrintMethod kind\");\n";
1278 << " llvm_unreachable(\"Unknown PrintMethod kind\");\n"