Searched refs:SecB (Results 1 – 6 of 6) sorted by relevance
49 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
627 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local629 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()641 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()642 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()
1440 const MCSection &SecB = SymB.getSection(); in recordRelocation() local1441 if (&SecB != &FixupSection) { in recordRelocation()
468 const MCSection &SecB = SymB.getSection(); in recordRelocation() local469 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()