LLVM 19.0.0git
Public Member Functions | List of all members
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 1210 of file TargetRegistry.h.

Constructor & Destructor Documentation

◆ RegisterMCObjectFileInfo()

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

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