LLVM API Documentation
#include <TargetRegistry.h>
Public Member Functions | |
RegisterMCSubtargetInfoFn (Target &T, Target::MCSubtargetInfoCtorFnTy Fn) | |
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.
|
inline |
Definition at line 1043 of file TargetRegistry.h.
References llvm::TargetRegistry::RegisterMCSubtargetInfo().