|
LLVM
4.0.0
|
RegisterMCRegInfoFn - Helper template for registering a target register info implementation. More...
#include <TargetRegistry.h>
Public Member Functions | |
| RegisterMCRegInfoFn (Target &T, Target::MCRegInfoCtorFnTy Fn) | |
RegisterMCRegInfoFn - Helper template for registering a target register info implementation.
This invokes the specified function to do the construction. Usage:
extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCRegInfoFn X(TheFooTarget, TheFunction); }
Definition at line 1006 of file TargetRegistry.h.
|
inline |
Definition at line 1007 of file TargetRegistry.h.
References llvm::TargetRegistry::RegisterMCRegInfo().
1.8.6