Searched refs:TlsCallAddend (Results 1 – 1 of 1) sorted by relevance
1576 const MCExpr *TlsCallAddend = nullptr; in ParseOperand() local1583 TlsCallAddend = Bin->getRHS(); in ParseOperand()1608 if (TlsCallAddend) // __tls_get_addr+a(x@tlsgd)@plt+b in ParseOperand()1609 TlsCallAddend = in ParseOperand()1610 MCBinaryExpr::createAdd(TlsCallAddend, Addend, getContext()); in ParseOperand()1612 TlsCallAddend = Addend; in ParseOperand()1614 if (TlsCallAddend) in ParseOperand()1615 EVal = MCBinaryExpr::createAdd(EVal, TlsCallAddend, getContext()); in ParseOperand()