Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h99 typedef MCInstPrinter *(*MCInstPrinterCtorTy)(const Target &T, typedef
192 MCInstPrinterCtorTy MCInstPrinterCtorFn;
715 Target::MCInstPrinterCtorTy Fn) { in RegisterMCInstPrinter()
/external/llvm/include/llvm/Support/
DTargetRegistry.h122 typedef MCInstPrinter *(*MCInstPrinterCtorTy)(const Triple &T, typedef
219 MCInstPrinterCtorTy MCInstPrinterCtorFn;
768 static void RegisterMCInstPrinter(Target &T, Target::MCInstPrinterCtorTy Fn) { in RegisterMCInstPrinter()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DTargetRegistry.h153 using MCInstPrinterCtorTy = MCInstPrinter *(*)(const Triple &T, variable
257 MCInstPrinterCtorTy MCInstPrinterCtorFn;
822 static void RegisterMCInstPrinter(Target &T, Target::MCInstPrinterCtorTy Fn) { in RegisterMCInstPrinter()