LLVM API Documentation

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

#include <TargetRegistry.h>

Public Member Functions

 RegisterMCSubtargetInfoFn (Target &T, Target::MCSubtargetInfoCtorFnTy Fn)
 

Detailed Description

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

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

Definition at line 1042 of file TargetRegistry.h.

Constructor & Destructor Documentation

llvm::RegisterMCSubtargetInfoFn::RegisterMCSubtargetInfoFn ( Target T,
Target::MCSubtargetInfoCtorFnTy  Fn 
)
inline

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