Searched refs:MCInstPrinterCtorFn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h214 /// MCInstPrinterCtorFn - Construction function for this target's
216 MCInstPrinterCtorTy MCInstPrinterCtorFn; member in class:llvm::Target
402 if (!MCInstPrinterCtorFn)
404 return MCInstPrinterCtorFn(*this, SyntaxVariant, MAI, MII, MRI, STI);
744 T.MCInstPrinterCtorFn = Fn;

Completed in 56 milliseconds