Home
last modified time | relevance | path

Searched defs:RegisterAsmPrinter (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetRegistry.h804 static void RegisterAsmPrinter(Target &T, Target::AsmPrinterCtorTy Fn) { in RegisterAsmPrinter() function
1174 template <class AsmPrinterImpl> struct RegisterAsmPrinter { struct
1175 RegisterAsmPrinter(Target &T) { in RegisterAsmPrinter() function
1180 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator()