Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:UID

1165                                     unsigned UID) const {
1172 Value = TM.getTargetLowering()->LowerCustomJumpTableEntry(MJTI, MBB, UID,
1212 Value = MCSymbolRefExpr::Create(GetJTSetSymbol(UID, MBB->getNumber()),
1218 const MCExpr *JTI = MCSymbolRefExpr::Create(GetJTISymbol(UID), OutContext);
1995 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const {
1998 Twine(UID) + "_set_" + Twine(MBBID));