Searched refs:TRegSym (Results 1 – 1 of 1) sorted by relevance
1521 MCSymbol *TRegSym = nullptr; in emitInstruction() local1524 TRegSym = TIP.second; in emitInstruction()1529 if (!TRegSym) { in emitInstruction()1530 TRegSym = OutContext.createTempSymbol(); in emitInstruction()1531 ThumbIndirectPads.push_back(std::make_pair(TReg, TRegSym)); in emitInstruction()1538 .addExpr(MCSymbolRefExpr::create(TRegSym, OutContext))); in emitInstruction()