Searched refs:SecA (Results 1 – 7 of 7) sorted by relevance
51 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local54 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
617 const MCSection &SecA = *FA->getParent(); in AttemptToFoldSymbolOffsetDifference() local619 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()629 if (Layout && (InSet || !SecA.hasInstructions() || in AttemptToFoldSymbolOffsetDifference()642 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()643 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
1384 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local1387 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()1408 SecA ? cast<MCSymbolELF>(SecA->getBeginSymbol()) : nullptr; in recordRelocation()
726 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local745 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()754 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
564 const MCSection &SecA = SymA->getSection(); in recordRelocation() local 565 if (SecA.isText()) { in recordRelocation() 566 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation() 571 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()
463 const MCSection &SecA = SA.getSection(); in handleAddSubRelocations() local470 if (&SecA != &SecB) in handleAddSubRelocations()