struct RegisterMCRegInfo
Declaration
template <class MCRegisterInfoImpl>
struct RegisterMCRegInfo { /* full declaration omitted */ };Description
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); }
Declared at: llvm/include/llvm/Support/TargetRegistry.h:1044
Templates
- MCRegisterInfoImpl
Method Overview
- public RegisterMCRegInfo<MCRegisterInfoImpl>(llvm::Target & T)
Methods
ΒΆRegisterMCRegInfo<MCRegisterInfoImpl>(
llvm::Target& T)
RegisterMCRegInfo<MCRegisterInfoImpl>(
llvm::Target& T)Declared at: llvm/include/llvm/Support/TargetRegistry.h:1045
Parameters
- llvm::Target& T