Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DTargetRegistry.h855 static void RegisterAsmPrinter(Target &T, Target::AsmPrinterCtorTy Fn) { in RegisterAsmPrinter() function
1262 template <class AsmPrinterImpl> struct RegisterAsmPrinter { struct
1263 RegisterAsmPrinter(Target &T) { in RegisterAsmPrinter() function
1268 static AsmPrinter *Allocator(TargetMachine &TM, in Allocator()