Searched refs:TLSDescCall (Results 1 – 1 of 1) sorted by relevance
3112 MCInst TLSDescCall; in emitInstruction() local3113 TLSDescCall.setOpcode(AArch64::TLSDESCCALL); in emitInstruction()3114 TLSDescCall.addOperand(Sym); in emitInstruction()3115 EmitToStreamer(*OutStreamer, TLSDescCall); in emitInstruction()