Searched defs:RegisterMCRegInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DTargetRegistry.h639 /// RegisterMCRegInfo - Register a MCRegisterInfo implementation for the
648 static void RegisterMCRegInfo(Target &T, Target::MCRegInfoCtorFnTy Fn) { function in struct:llvm::TargetRegistry
982 /// RegisterMCRegInfo - Helper template for registering a target register info
988 /// RegisterMCRegInfo<FooMCRegInfo> X(TheFooTarget);
991 struct RegisterMCRegInfo { struct in namespace:llvm
992 RegisterMCRegInfo(Target &T) { function in struct:llvm::RegisterMCRegInfo
993 TargetRegistry::RegisterMCRegInfo(T, &Allocator);
1011 TargetRegistry::RegisterMCRegInfo(T, Fn);

Completed in 32 milliseconds