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