Searched refs:SecB (Results 1 – 6 of 6) sorted by relevance
51 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local53 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
631 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local633 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()645 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()646 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
691 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local709 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()722 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()728 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1449 const MCSection &SecB = SymB.getSection(); in recordRelocation() local1450 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()