Searched refs:SecB (Results 1 – 7 of 7) sorted by relevance
52 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local54 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
618 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local619 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()642 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()643 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
727 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local745 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()754 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1357 const MCSection &SecB = SymB.getSection(); in recordRelocation() local1358 if (&SecB != &FixupSection) { in recordRelocation()
511 const MCSection &SecB = SymB.getSection(); in recordRelocation() local 512 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()
464 const MCSection &SecB = SB.getSection(); in handleAddSubRelocations() local470 if (&SecA != &SecB) in handleAddSubRelocations()