LLVM API Documentation
#include <TargetRegistry.h>
Public Member Functions | |
RegisterMCRegInfo (Target &T) |
RegisterMCRegInfo - Helper template for registering a target register info implementation. This invokes the static "Create" method on the class to actually do the construction. Usage:
extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCRegInfo<FooMCRegInfo> X(TheFooTarget); }
Definition at line 991 of file TargetRegistry.h.
llvm::RegisterMCRegInfo< MCRegisterInfoImpl >::RegisterMCRegInfo | ( | Target & | T | ) | [inline] |
Definition at line 992 of file TargetRegistry.h.