LLVM  8.0.1
Public Member Functions | List of all members
RegisterMCInstrInfoFn Struct Reference

RegisterMCInstrInfoFn - Helper template for registering a target instruction info implementation. More...

#include "llvm/Support/TargetRegistry.h"

Public Member Functions

 RegisterMCInstrInfoFn (Target &T, Target::MCInstrInfoCtorFnTy Fn)
 

Detailed Description

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 988 of file TargetRegistry.h.

Constructor & Destructor Documentation

◆ RegisterMCInstrInfoFn()

RegisterMCInstrInfoFn::RegisterMCInstrInfoFn ( Target &  T,
Target::MCInstrInfoCtorFnTy  Fn 
)
inline

Definition at line 989 of file TargetRegistry.h.

References llvm::TargetRegistry::RegisterMCInstrInfo().


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