Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp1498 MCInst TLSDescCall; in emitInstruction() local
1499 TLSDescCall.setOpcode(AArch64::TLSDESCCALL); in emitInstruction()
1500 TLSDescCall.addOperand(Sym); in emitInstruction()
1501 EmitToStreamer(*OutStreamer, TLSDescCall); in emitInstruction()