Searched refs:SecA (Results 1 – 6 of 6) sorted by relevance
48 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
550 const MCSection &SecA = *SA.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local553 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()559 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()560 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
689 const MCSection &SecA = SA.getSection(); 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()
1469 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local1472 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()1489 SecA ? cast<MCSymbolELF>(SecA->getBeginSymbol()) : nullptr; in recordRelocation()
483 const MCSection &SecA = SymA->getSection(); in recordRelocation() local484 if (SecA.getKind().isText()) in recordRelocation()485 SectionSymbol = SectionFunctions.find(&SecA)->second; in recordRelocation()487 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
215 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local216 bool IsCode = SecA.isText(); in processSubtractRelocation()218 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()222 Addend -= SecA.getAddress(); in processSubtractRelocation()