LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
llvm::RegisterMCCodeGenInfoFn Struct Reference

#include <TargetRegistry.h>

Public Member Functions

 RegisterMCCodeGenInfoFn (Target &T, Target::MCCodeGenInfoCtorFnTy Fn)
 

Detailed Description

RegisterMCCodeGenInfoFn - Helper template for registering a target codegen info implementation. This invokes the specified function to do the construction. Usage:

extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCCodeGenInfoFn X(TheFooTarget, TheFunction); }

Definition at line 909 of file TargetRegistry.h.

Constructor & Destructor Documentation

llvm::RegisterMCCodeGenInfoFn::RegisterMCCodeGenInfoFn ( Target T,
Target::MCCodeGenInfoCtorFnTy  Fn 
)
inline

Definition at line 910 of file TargetRegistry.h.

References llvm::TargetRegistry::RegisterMCCodeGenInfo().


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