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.h299 MCInstPrinterCtorTy MCInstPrinterCtorFn; variable
508 if (!MCInstPrinterCtorFn) in createMCInstPrinter()
510 return MCInstPrinterCtorFn(T, SyntaxVariant, MAI, MII, MRI); in createMCInstPrinter()
893 T.MCInstPrinterCtorFn = Fn; in RegisterMCInstPrinter()