LLVM
8.0.1
|
RegisterMCRegInfoFn - Helper template for registering a target register info implementation. More...
#include "llvm/Support/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 1054 of file TargetRegistry.h.
|
inline |
Definition at line 1055 of file TargetRegistry.h.
References llvm::TargetRegistry::RegisterMCRegInfo().