Searched refs:SecA (Results 1 – 14 of 14) sorted by relevance
49 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local52 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
482 const MCSection &SecA = *SA.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local485 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()491 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()492 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
656 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local675 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()688 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()694 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
703 const MCSection *SecA = in recordRelocation() local705 auto *ELFSec = cast_or_null<MCSectionELF>(SecA); in recordRelocation()
541 const MCSection &SecA = *SA.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local544 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()550 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()551 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
673 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local692 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()705 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()711 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1462 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local1465 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()1470 SecA ? cast<MCSymbolELF>(SecA->getBeginSymbol()) : nullptr; in recordRelocation()
494 const MCSection &SecA = SymA->getSection(); in recordRelocation() local495 if (SecA.getKind().isText()) in recordRelocation()496 SectionSymbol = SectionFunctions.find(&SecA)->second; in recordRelocation()498 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
76 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local79 return &SecA == &SecB; in IsSymbolRefDifferenceFullyResolvedImpl()
328 const MCSectionData &SecA = *AD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local331 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()337 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()338 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
575 const MCSection &SecA = SA.getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl()600 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in IsSymbolRefDifferenceFullyResolvedImpl()
216 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local217 bool IsCode = SecA.isText(); in processSubtractRelocation()219 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()223 Addend -= SecA.getAddress(); in processSubtractRelocation()