Create a default MCRelocationInfo for the given triple.

Synopsis

Declared in <llvm/MC/TargetRegistry.h>

MCRelocationInfo*
createMCRelocationInfo(
    Triple const& TT,
    MCContext& Ctx);

Return Value

A new default MCRelocationInfo.

Parameters

Name

Description

TT

The target triple.

Ctx

The machine code context.

Created with MrDocs