Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h275 MCInstPrinterCtorTy MCInstPrinterCtorFn; variable
475 if (!MCInstPrinterCtorFn) in createMCInstPrinter()
477 return MCInstPrinterCtorFn(T, SyntaxVariant, MAI, MII, MRI); in createMCInstPrinter()
883 T.MCInstPrinterCtorFn = Fn; in RegisterMCInstPrinter()