Searched refs:TlsCallAddend (Results 1 – 1 of 1) sorted by relevance
1491 const MCExpr *TlsCallAddend = nullptr; in parseOperand() local1498 TlsCallAddend = Bin->getRHS(); in parseOperand()1523 if (TlsCallAddend) // __tls_get_addr+a(x@tlsgd)@plt+b in parseOperand()1524 TlsCallAddend = in parseOperand()1525 MCBinaryExpr::createAdd(TlsCallAddend, Addend, getContext()); in parseOperand()1527 TlsCallAddend = Addend; in parseOperand()1529 if (TlsCallAddend) in parseOperand()1530 EVal = MCBinaryExpr::createAdd(EVal, TlsCallAddend, getContext()); in parseOperand()