Searched refs:SecA (Results 1 – 7 of 7) sorted by relevance
47 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local50 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
299 const MCSection &SecA = *FA->getParent(); in attemptToFoldSymbolOffsetDifference() local301 if (&SecA != &SecB) in attemptToFoldSymbolOffsetDifference()311 if (Layout && (InSet || !SecA.isLinkerRelaxable())) { in attemptToFoldSymbolOffsetDifference()
729 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local748 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()757 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1332 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local1335 if (DwoOS && !checkRelocation(Fixup.getLoc(), &Section, SecA)) in recordRelocation()1377 SymA = cast<MCSymbolELF>(SecA->getBeginSymbol()); in recordRelocation()
551 const MCSection &SecA = SymA->getSection(); in recordRelocation() local552 if (SecA.isText()) { in recordRelocation()553 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation()558 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()
466 const MCSection &SecA = SA.getSection(); in addReloc() local478 if (&SecA != &SecB && &SecB == &SecCur && in addReloc()485 if (&SecA == &SecB && !STI.hasFeature(LoongArch::FeatureRelax)) in addReloc()