Lines Matching refs:SymA
1371 const auto *SymA = RefA ? cast<MCSymbolELF>(&RefA->getSymbol()) : nullptr; in recordRelocation() local
1374 if (SymA && SymA->isVariable()) { in recordRelocation()
1375 const MCExpr *Expr = SymA->getVariableValue(); in recordRelocation()
1378 SymA = cast<MCSymbolELF>(&Inner->getSymbol()); in recordRelocation()
1384 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation()
1385 ? cast<MCSectionELF>(&SymA->getSection()) in recordRelocation()
1394 shouldRelocateWithSymbol(Asm, Target, SymA, C, Type) || in recordRelocation()
1398 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation()
1399 ? C + Asm.getSymbolOffset(*SymA) in recordRelocation()
1411 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
1416 const MCSymbolELF *RenamedSymA = SymA; in recordRelocation()
1417 if (SymA) { in recordRelocation()
1418 if (const MCSymbolELF *R = Renames.lookup(SymA)) in recordRelocation()
1426 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA, C); in recordRelocation()
1440 const auto &SymA = cast<MCSymbolELF>(SA); in isSymbolRefDifferenceFullyResolvedImpl() local
1443 if (SymA.getBinding() != ELF::STB_LOCAL || in isSymbolRefDifferenceFullyResolvedImpl()
1444 SymA.getType() == ELF::STT_GNU_IFUNC) in isSymbolRefDifferenceFullyResolvedImpl()
1447 return &SymA.getSection() == FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl()