|
LLVM
3.7.0
|
RegisterMCInstrInfoFn - Helper template for registering a target instruction info implementation. More...
#include <TargetRegistry.h>
Public Member Functions | |
| RegisterMCInstrInfoFn (Target &T, Target::MCInstrInfoCtorFnTy Fn) | |
RegisterMCInstrInfoFn - Helper template for registering a target instruction info implementation.
This invokes the specified function to do the construction. Usage:
extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCInstrInfoFn X(TheFooTarget, TheFunction); }
Definition at line 975 of file TargetRegistry.h.
|
inline |
Definition at line 976 of file TargetRegistry.h.
References llvm::TargetRegistry::RegisterMCInstrInfo().
1.8.6