Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h89 typedef AsmPrinter *(*AsmPrinterCtorTy)(TargetMachine &TM, typedef
184 AsmPrinterCtorTy AsmPrinterCtorFn;
684 static void RegisterAsmPrinter(Target &T, Target::AsmPrinterCtorTy Fn) { in RegisterAsmPrinter()
/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-7.0/llvm/include/llvm/Support/
DTargetRegistry.h141 using AsmPrinterCtorTy = AsmPrinter *(*)( variable
249 AsmPrinterCtorTy AsmPrinterCtorFn;
795 static void RegisterAsmPrinter(Target &T, Target::AsmPrinterCtorTy Fn) { in RegisterAsmPrinter()