Searched refs:AuthPtrStubSym (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 2104 MCSymbol *AuthPtrStubSym; in LowerLOADauthptrstatic() local 2112 AuthPtrStubSym = TLOF.getAuthPtrSlotSymbol(TM, MMI, GASym, Key, Disc); in LowerLOADauthptrstatic() 2123 AuthPtrStubSym = TLOF.getAuthPtrSlotSymbol(TM, MMI, GASym, Key, Disc); in LowerLOADauthptrstatic() 2127 MachineOperand::CreateMCSymbol(AuthPtrStubSym, AArch64II::MO_PAGE); in LowerLOADauthptrstatic() 2129 AuthPtrStubSym, AArch64II::MO_PAGEOFF | AArch64II::MO_NC); in LowerLOADauthptrstatic()
|