LLVM API Documentation

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

#include <TargetRegistry.h>

Public Member Functions

 RegisterMCInstrAnalysis (Target &T)
 

Detailed Description

template<class MCInstrAnalysisImpl>
struct llvm::RegisterMCInstrAnalysis< MCInstrAnalysisImpl >

RegisterMCInstrAnalysis - Helper template for registering a target instruction analyzer implementation. This invokes the static "Create" method on the class to actually do the construction. Usage:

extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCInstrAnalysis<FooMCInstrAnalysis> X(TheFooTarget); }

Definition at line 957 of file TargetRegistry.h.

Constructor & Destructor Documentation

template<class MCInstrAnalysisImpl >
llvm::RegisterMCInstrAnalysis< MCInstrAnalysisImpl >::RegisterMCInstrAnalysis ( Target T)
inline

Definition at line 958 of file TargetRegistry.h.

References llvm::TargetRegistry::RegisterMCInstrAnalysis().


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