LLVM API Documentation

Public Member Functions
llvm::RegisterMCRegInfoFn Struct Reference

#include <TargetRegistry.h>

List of all members.

Public Member Functions

 RegisterMCRegInfoFn (Target &T, Target::MCRegInfoCtorFnTy Fn)

Detailed Description

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 1009 of file TargetRegistry.h.


Constructor & Destructor Documentation

Definition at line 1010 of file TargetRegistry.h.

References llvm::TargetRegistry::RegisterMCRegInfo().


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