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