Home
last modified time | relevance | path

Searched refs:TlsCallAddend (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1576 const MCExpr *TlsCallAddend = nullptr; in ParseOperand() local
1583 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()