Searched refs:SecB (Results 1 – 7 of 7) sorted by relevance
49 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
624 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local625 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()651 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()652 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
689 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local707 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()716 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1460 const MCSection &SecB = SymB.getSection(); in recordRelocation() local1461 if (&SecB != &FixupSection) { in recordRelocation()
516 const MCSection &SecB = SymB.getSection(); in recordRelocation() local517 if (&SecB != &FixupSection) { in recordRelocation()
188 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local189 bool IsCode = SecB.isText(); in processSubtractRelocation()191 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()195 Addend += SecB.getAddress(); in processSubtractRelocation()
461 const MCSection &SecB = SB.getSection(); in handleAddSubRelocations() local467 if (&SecA != &SecB) in handleAddSubRelocations()