Searched refs:TRegSym (Results 1 – 1 of 1) sorted by relevance
1429 MCSymbol *TRegSym = nullptr; in emitInstruction() local1432 TRegSym = TIP.second; in emitInstruction()1437 if (!TRegSym) { in emitInstruction()1438 TRegSym = OutContext.createTempSymbol(); in emitInstruction()1439 ThumbIndirectPads.push_back(std::make_pair(TReg, TRegSym)); in emitInstruction()1446 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()