Return the symbol for the specified jump-table .set directive.
Declared in <llvm/CodeGen/AsmPrinter.h>
MCSymbol*
GetJTSetSymbol(
unsigned int UID,
unsigned int MBBID) const;
FIXME: privatize to AsmPrinter.
Symbol for the jump-table .set directive.
| Name | Description |
|---|---|
| UID | Unique identifier for the jump-table set. |
| MBBID | Basic-block identifier associated with the set entry. |