Home
last modified time | relevance | path

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

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