Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DTargetRegistry.h216 MCInstPrinterCtorTy MCInstPrinterCtorFn; variable
395 if (!MCInstPrinterCtorFn) in createMCInstPrinter()
397 return MCInstPrinterCtorFn(*this, SyntaxVariant, MAI, MII, MRI, STI); in createMCInstPrinter()
743 T.MCInstPrinterCtorFn = Fn; in RegisterMCInstPrinter()