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