LLVM 22.0.0git
llvm::RegisterMCObjectFileInfo< MCObjectFileInfoImpl > Struct Template Reference

Helper template for registering a target object file info implementation. More...

#include "llvm/MC/TargetRegistry.h"

Public Member Functions

 RegisterMCObjectFileInfo (Target &T)

Detailed Description

template<class MCObjectFileInfoImpl>
struct llvm::RegisterMCObjectFileInfo< MCObjectFileInfoImpl >

Helper template for registering a target object file info implementation.

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

extern "C" void LLVMInitializeFooTarget() { extern Target TheFooTarget; RegisterMCObjectFileInfo<FooMCObjectFileInfo> X(TheFooTarget); }

Definition at line 1144 of file TargetRegistry.h.

Constructor & Destructor Documentation

โ—† RegisterMCObjectFileInfo()

template<class MCObjectFileInfoImpl>
llvm::RegisterMCObjectFileInfo< MCObjectFileInfoImpl >::RegisterMCObjectFileInfo ( Target & T)
inline

Definition at line 1145 of file TargetRegistry.h.

References llvm::TargetRegistry::RegisterMCObjectFileInfo(), and T.


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