Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1590 const MCExpr *TLSSym; in ParseOperand() local
1592 if (ParseExpression(TLSSym)) in ParseOperand()
1623 Operands.push_back(PPCOperand::CreateFromMCExpr(TLSSym, S, E, isPPC64())); in ParseOperand()