Searched refs:SecB (Results 1 – 14 of 14) sorted by relevance
50 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local52 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
483 const MCSection &SecB = *SB.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()
657 const MCSection &SecB = *FB.getParent(); 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()
660 const MCSection &SecB = SymB.getSection(); in recordRelocation() local661 if (&SecB != &FixupSection) { in recordRelocation()
542 const MCSection &SecB = *SB.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local544 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()550 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()551 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
674 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local692 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()705 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()711 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1420 const MCSection &SecB = SymB.getSection(); in recordRelocation() local1421 if (&SecB != &FixupSection) { in recordRelocation()
451 const MCSection &SecB = SymB.getSection(); in recordRelocation() local452 if (&SecB != &FixupSection) { in recordRelocation()
77 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local79 return &SecA == &SecB; in IsSymbolRefDifferenceFullyResolvedImpl()
329 const MCSectionData &SecB = *BD.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()
576 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl()600 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in IsSymbolRefDifferenceFullyResolvedImpl()
190 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local191 bool IsCode = SecB.isText(); in processSubtractRelocation()193 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()197 Addend += SecB.getAddress(); in processSubtractRelocation()