LLVM 22.0.0git
|
Helper template for registering a target object file info implementation. More...
#include "llvm/MC/TargetRegistry.h"
Public Member Functions | |
RegisterMCObjectFileInfo (Target &T) |
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.
|
inline |
Definition at line 1145 of file TargetRegistry.h.
References llvm::TargetRegistry::RegisterMCObjectFileInfo(), and T.