Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetRegistry.h111 typedef AsmPrinter *(*AsmPrinterCtorTy)( typedef
211 AsmPrinterCtorTy AsmPrinterCtorFn;
741 static void RegisterAsmPrinter(Target &T, Target::AsmPrinterCtorTy Fn) { in RegisterAsmPrinter()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h146 using AsmPrinterCtorTy = AsmPrinter *(*)( variable
254 AsmPrinterCtorTy AsmPrinterCtorFn;
804 static void RegisterAsmPrinter(Target &T, Target::AsmPrinterCtorTy Fn) { in RegisterAsmPrinter()