Home | History | Annotate | Download | only in Support

Lines Matching refs:MCInstPrinterCtorFn

190     /// MCInstPrinterCtorFn - Construction function for this target's
192 MCInstPrinterCtorTy MCInstPrinterCtorFn;
247 bool hasMCInstPrinter() const { return MCInstPrinterCtorFn != 0; }
387 if (!MCInstPrinterCtorFn)
389 return MCInstPrinterCtorFn(*this, SyntaxVariant, MAI, STI);
716 if (!T.MCInstPrinterCtorFn)
717 T.MCInstPrinterCtorFn = Fn;