Build an MCExpr that references Sym with the given type encoding.

Synopsis

Declared in <llvm/Target/TargetLoweringObjectFile.h>

MCExpr const*
getTTypeReference(
    MCSymbolRefExpr const* Sym,
    unsigned int Encoding,
    MCStreamer& Streamer) const;

Return Value

An MCExpr referencing Sym with the given encoding.

Parameters

Name

Description

Sym

Symbol being referenced from type information.

Encoding

DWARF encoding applied to the reference.

Streamer

Assembler streamer used to create the expression.

Created with MrDocs