Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PointerAuth.cpp118 ->setPreInstrSymbol(MF, MFnI.getSigningInstrLabel()); in signLR()
125 ->setPreInstrSymbol(MF, MFnI.getSigningInstrLabel()); in signLR()
163 MCSymbol *PACSym = MFnI->getSigningInstrLabel(); in authenticateLR()
H A DAArch64MachineFunctionInfo.h459 MCSymbol *getSigningInstrLabel() const { return SignInstrLabel; } in getSigningInstrLabel() function