Searched refs:createPPCMCInstPrinter (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp159 static MCInstPrinter *createPPCMCInstPrinter(const Target &T, function
222 TargetRegistry::RegisterMCInstPrinter(ThePPC32Target, createPPCMCInstPrinter);
223 TargetRegistry::RegisterMCInstPrinter(ThePPC64Target, createPPCMCInstPrinter);
225 createPPCMCInstPrinter);

Completed in 68 milliseconds