Searched refs:SecA (Results 1 – 6 of 6) sorted by relevance
50 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local53 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
630 const MCSection &SecA = *FA->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()665 for (auto FI = FB->getIterator(), FE = SecA.end(); FI != FE; ++FI) { in AttemptToFoldSymbolOffsetDifference()
690 const MCSection &SecA = SA.getSection(); 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()
1476 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local1479 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()1500 SecA ? cast<MCSymbolELF>(SecA->getBeginSymbol()) : nullptr; in recordRelocation()
569 const MCSection &SecA = SymA->getSection(); in recordRelocation() local570 if (SecA.getKind().isText()) { in recordRelocation()571 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation()576 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
214 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local215 bool IsCode = SecA.isText(); in processSubtractRelocation()217 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()221 Addend -= SecA.getAddress(); in processSubtractRelocation()