LLVM 19.0.0git
Public Member Functions | List of all members
llvm::RegisterMCAsmInfo< MCAsmInfoImpl > Struct Template Reference

RegisterMCAsmInfo - Helper template for registering a target assembly info implementation. More...

#include "llvm/MC/TargetRegistry.h"

Public Member Functions

 RegisterMCAsmInfo (Target &T)
 

Detailed Description

template<class MCAsmInfoImpl>
struct llvm::RegisterMCAsmInfo< MCAsmInfoImpl >

RegisterMCAsmInfo - Helper template for registering a target assembly info implementation.

This invokes the static "Create" method on the class to actually do the construction. Usage:

extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCAsmInfo<FooMCAsmInfo> X(TheFooTarget); }

Definition at line 1176 of file TargetRegistry.h.

Constructor & Destructor Documentation

◆ RegisterMCAsmInfo()

template<class MCAsmInfoImpl >
llvm::RegisterMCAsmInfo< MCAsmInfoImpl >::RegisterMCAsmInfo ( Target T)
inline

Definition at line 1177 of file TargetRegistry.h.

References Allocator, and llvm::TargetRegistry::RegisterMCAsmInfo().


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