Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h306 MCInstPrinterCtorTy MCInstPrinterCtorFn; variable
529 if (!MCInstPrinterCtorFn) in createMCInstPrinter()
531 return MCInstPrinterCtorFn(T, SyntaxVariant, MAI, MII, MRI); in createMCInstPrinter()
912 T.MCInstPrinterCtorFn = Fn; in RegisterMCInstPrinter()