Searched refs:SecB (Results 1 – 4 of 4) sorted by relevance
47 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local49 return &SecA == &SecB; in IsSymbolRefDifferenceFullyResolvedImpl()
482 const MCSectionData &SecB = *BD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local484 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()490 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()491 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
679 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local697 if (!SA.isInSection() || &SecA != &SecB || in IsSymbolRefDifferenceFullyResolvedImpl()711 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in IsSymbolRefDifferenceFullyResolvedImpl()720 if (&SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl()
809 const MCSection &SecB = SymB.getSection(); in RecordRelocation() local810 if (&SecB != &FixupSection->getSection()) in RecordRelocation()