Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1393 MCInst TLSDescCall; in emitInstruction() local
1394 TLSDescCall.setOpcode(AArch64::TLSDESCCALL); in emitInstruction()
1395 TLSDescCall.addOperand(Sym); in emitInstruction()
1396 EmitToStreamer(*OutStreamer, TLSDescCall); in emitInstruction()