Searched defs:RegisterAsmPrinter (Results 1 – 1 of 1) sorted by relevance
884 static void RegisterAsmPrinter(Target &T, Target::AsmPrinterCtorTy Fn) { in RegisterAsmPrinter() function1334 template <class AsmPrinterImpl> struct RegisterAsmPrinter { struct1335 RegisterAsmPrinter(Target &T) { in RegisterAsmPrinter() function1340 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator()