Searched refs:PACSym (Results 1 – 1 of 1) sorted by relevance
80 MachineInstr::MIFlag Flags, MCSymbol *PACSym = nullptr) { in BuildPACM() argument85 if (PACSym) { in BuildPACM()89 .addSym(PACSym); in BuildPACM()119 MCSymbol *PACSym = MF.getContext().createTempSymbol(); in signLR() local120 MFnI.setSigningInstrLabel(PACSym); in signLR()187 MCSymbol *PACSym = MFnI->getSigningInstrLabel(); in authenticateLR() local192 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()[all …]