LLVM API Documentation

Public Member Functions
llvm::RegisterMCRegInfo< MCRegisterInfoImpl > Struct Template Reference

#include <TargetRegistry.h>

List of all members.

Public Member Functions

 RegisterMCRegInfo (Target &T)

Detailed Description

template<class MCRegisterInfoImpl>
struct llvm::RegisterMCRegInfo< MCRegisterInfoImpl >

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.


Constructor & Destructor Documentation

template<class MCRegisterInfoImpl >
llvm::RegisterMCRegInfo< MCRegisterInfoImpl >::RegisterMCRegInfo ( Target T) [inline]

Definition at line 992 of file TargetRegistry.h.


The documentation for this struct was generated from the following file: