LLVM API Documentation

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

#include <TargetRegistry.h>

Public Member Functions

 RegisterMCInstrAnalysisFn (Target &T, Target::MCInstrAnalysisCtorFnTy Fn)
 

Detailed Description

RegisterMCInstrAnalysisFn - Helper template for registering a target instruction analyzer implementation. This invokes the specified function to do the construction. Usage:

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

Definition at line 975 of file TargetRegistry.h.

Constructor & Destructor Documentation

llvm::RegisterMCInstrAnalysisFn::RegisterMCInstrAnalysisFn ( Target T,
Target::MCInstrAnalysisCtorFnTy  Fn 
)
inline

Definition at line 976 of file TargetRegistry.h.

References llvm::TargetRegistry::RegisterMCInstrAnalysis().


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