Searched refs:TLSDescCall (Results 1 – 1 of 1) sorted by relevance
2616 MCInst TLSDescCall; in emitInstruction() local2617 TLSDescCall.setOpcode(AArch64::TLSDESCCALL); in emitInstruction()2618 TLSDescCall.addOperand(Sym); in emitInstruction()2619 EmitToStreamer(*OutStreamer, TLSDescCall); in emitInstruction()