Lines Matching defs:IsAArch64
2204 const bool IsAArch64 = BC->isAArch64();
2218 const uint64_t PCRelOffset = IsPCRelative && !IsAArch64 ? Rel.getOffset() : 0;
2236 (IsAArch64 || BC->isRISCV())) {
2251 if (IsSectionRelocation && !IsAArch64) {
2299 if (IsAArch64 || BC->isRISCV())
2563 const bool IsAArch64 = BC->isAArch64();
2590 if (!IsAArch64 && BC->getDynamicRelocationAt(Rel.getOffset())) {
2636 if (!IsAArch64 && !ContainingBF->containsAddress(Rel.getOffset())) {
2726 Address, /*CheckPastEnd*/ true, /*UseMaxSize*/ IsAArch64);
2849 if (IsAArch64) {
2862 assert((IsAArch64 || IsSectionRelocation ||
2882 (IsAArch64 || BC->isRISCV() || IsSectionRelocation ||
2892 IsAArch64 ? 0 : ELFSymbolRef(Symbol).getSize();
2893 const uint64_t SymbolAlignment = IsAArch64 ? 1 : Symbol.getAlignment();