struct RegisterMCAsmInfo

Declaration

template <class MCAsmInfoImpl>
struct RegisterMCAsmInfo { /* full declaration omitted */ };

Description

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); }

Declared at: llvm/include/llvm/Support/TargetRegistry.h:946

Templates

MCAsmInfoImpl

Method Overview

Methods

ΒΆRegisterMCAsmInfo<MCAsmInfoImpl>(llvm::Target& T)

Declared at: llvm/include/llvm/Support/TargetRegistry.h:947

Parameters

llvm::Target& T