Searched refs:SecB (Results 1 – 5 of 5) sorted by relevance
49 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
551 const MCSection &SecB = *SB.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local553 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()559 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()560 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
690 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local708 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()721 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()727 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1442 const MCSection &SecB = SymB.getSection(); in recordRelocation() local1443 if (&SecB != &FixupSection) { in recordRelocation()
189 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local190 bool IsCode = SecB.isText(); in processSubtractRelocation()192 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()196 Addend += SecB.getAddress(); in processSubtractRelocation()