struct RegisterMCInstrInfo
Declaration
template <class MCInstrInfoImpl>
struct RegisterMCInstrInfo { /* full declaration omitted */ };Description
RegisterMCInstrInfo - Helper template for registering a target instruction info implementation. This invokes the static "Create" method on the class to actually do the construction. Usage: extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCInstrInfo <FooMCInstrInfo > X(TheFooTarget); }
Declared at: llvm/include/llvm/Support/TargetRegistry.h:980
Templates
- MCInstrInfoImpl
Method Overview
- public RegisterMCInstrInfo<MCInstrInfoImpl>(llvm::Target & T)
Methods
ΒΆRegisterMCInstrInfo<MCInstrInfoImpl>(
llvm::Target& T)
RegisterMCInstrInfo<MCInstrInfoImpl>(
llvm::Target& T)Declared at: llvm/include/llvm/Support/TargetRegistry.h:981
Parameters
- llvm::Target& T