Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetRegistry.h200 MCInstPrinterCtorTy MCInstPrinterCtorFn; variable
255 bool hasMCInstPrinter() const { return MCInstPrinterCtorFn != 0; } in hasMCInstPrinter()
400 if (!MCInstPrinterCtorFn) in createMCInstPrinter()
402 return MCInstPrinterCtorFn(*this, SyntaxVariant, MAI, MII, MRI, STI); in createMCInstPrinter()
730 if (!T.MCInstPrinterCtorFn) in RegisterMCInstPrinter()
731 T.MCInstPrinterCtorFn = Fn; in RegisterMCInstPrinter()