Searched refs:SecB (Results 1 – 7 of 7) sorted by relevance
48 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local50 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
300 const MCSection &SecB = *FB->getParent(); in attemptToFoldSymbolOffsetDifference() local301 if (&SecA != &SecB) in attemptToFoldSymbolOffsetDifference()
730 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local748 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()757 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
1351 const MCSection &SecB = SymB.getSection(); in recordRelocation() local1352 if (&SecB != &Section) { in recordRelocation()
506 const MCSection &SecB = SymB.getSection(); in recordRelocation() local507 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()
467 const MCSection &SecB = SB.getSection(); in addReloc() local478 if (&SecA != &SecB && &SecB == &SecCur && in addReloc()485 if (&SecA == &SecB && !STI.hasFeature(LoongArch::FeatureRelax)) in addReloc()