LLVM  8.0.1
Public Member Functions | List of all members
RegisterMCInstrAnalysis< MCInstrAnalysisImpl > Struct Template Reference

RegisterMCInstrAnalysis - Helper template for registering a target instruction analyzer implementation. More...

#include "llvm/Support/TargetRegistry.h"

Public Member Functions

 RegisterMCInstrAnalysis (Target &T)
 

Detailed Description

template<class MCInstrAnalysisImpl>
struct 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 1002 of file TargetRegistry.h.

Constructor & Destructor Documentation

◆ RegisterMCInstrAnalysis()

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

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