Searched refs:SecA (Results 1 – 8 of 8) 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()
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()