Searched refs:TRegSym (Results 1 – 1 of 1) sorted by relevance
1549 MCSymbol *TRegSym = nullptr; in emitInstruction() local1552 TRegSym = TIP.second; in emitInstruction()1557 if (!TRegSym) { in emitInstruction()1558 TRegSym = OutContext.createTempSymbol(); in emitInstruction()1559 ThumbIndirectPads.push_back(std::make_pair(TReg, TRegSym)); in emitInstruction()1566 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()