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