llvm::AsmPrinter::GetJTSetSymbol

Return the symbol for the specified jump-table .set directive.

Synopsis

Declared in <llvm/CodeGen/AsmPrinter.h>

MCSymbol*
GetJTSetSymbol(
    unsigned int UID,
    unsigned int MBBID) const;

Description

FIXME: privatize to AsmPrinter.

Return Value

Symbol for the jump-table .set directive.

Parameters

NameDescription
UIDUnique identifier for the jump-table set.
MBBIDBasic-block identifier associated with the set entry.