Searched refs:NeedsGOTLoad (Results 1 – 2 of 2) sorted by relevance
6973 const bool NeedsGOTLoad = ((OpFlags & AArch64II::MO_GOT) != 0); in selectPtrAuthGlobalValue() local6976 assert((!GV->hasExternalWeakLinkage() || NeedsGOTLoad) && in selectPtrAuthGlobalValue()6989 MIB.buildInstr(NeedsGOTLoad ? AArch64::LOADgotPAC : AArch64::MOVaddrPAC) in selectPtrAuthGlobalValue()
10378 const bool NeedsGOTLoad = ((OpFlags & AArch64II::MO_GOT) != 0); in LowerPtrAuthGlobalAddress() local10396 if (!NeedsGOTLoad) { in LowerPtrAuthGlobalAddress()