|
LLVM
4.0.0
|
RegisterMCInstrAnalysisFn - Helper template for registering a target instruction analyzer implementation. More...
#include <TargetRegistry.h>
Public Member Functions | |
| RegisterMCInstrAnalysisFn (Target &T, Target::MCInstrAnalysisCtorFnTy Fn) | |
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 973 of file TargetRegistry.h.
|
inline |
Definition at line 974 of file TargetRegistry.h.
References llvm::TargetRegistry::RegisterMCInstrAnalysis().
1.8.6