Lines Matching refs:PACSym
80 MachineInstr::MIFlag Flags, MCSymbol *PACSym = nullptr) { in BuildPACM() argument
85 if (PACSym) { in BuildPACM()
89 .addSym(PACSym); in BuildPACM()
119 MCSymbol *PACSym = MF.getContext().createTempSymbol(); in signLR() local
120 MFnI.setSigningInstrLabel(PACSym); in signLR()
187 MCSymbol *PACSym = MFnI->getSigningInstrLabel(); in authenticateLR() local
192 assert(PACSym && "No PAC instruction to refer to"); in authenticateLR()
195 .addSym(PACSym) in authenticateLR()
199 BuildPACM(*Subtarget, MBB, TI, DL, MachineInstr::FrameDestroy, PACSym); in authenticateLR()
207 assert(PACSym && "No PAC instruction to refer to"); in authenticateLR()
210 .addSym(PACSym) in authenticateLR()
213 BuildPACM(*Subtarget, MBB, MBBI, DL, MachineInstr::FrameDestroy, PACSym); in authenticateLR()