Searched refs:SecB (Results 1 – 4 of 4) sorted by relevance
50 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local52 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
507 const MCSection &SecB = *SB.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local509 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()515 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()516 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
653 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local671 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()684 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()690 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
651 const MCSection &SecB = SymB.getSection(); in recordRelocation() local652 if (&SecB != &FixupSection) { in recordRelocation()