Home
last modified time | relevance | path

Searched refs:SecA (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp48 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCExpr.cpp623 const MCSection &SecA = *FA->getParent(); in AttemptToFoldSymbolOffsetDifference() local
625 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
634 if (Layout && (InSet || !SecA.hasInstructions() || in AttemptToFoldSymbolOffsetDifference()
651 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
652 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
673 Reverse = std::find_if(std::next(FA->getIterator()), SecA.end(), in AttemptToFoldSymbolOffsetDifference()
674 [&](auto &I) { return &I == FB; }) != SecA.end(); in AttemptToFoldSymbolOffsetDifference()
691 for (auto FI = FB->getIterator(), FE = SecA.end(); FI != FE; ++FI) { in AttemptToFoldSymbolOffsetDifference()
H A DELFObjectWriter.cpp1487 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local
1490 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()
1511 SecA ? cast<MCSymbolELF>(SecA->getBeginSymbol()) : nullptr; in recordRelocation()
H A DMachObjectWriter.cpp688 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
707 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
716 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
H A DWasmObjectWriter.cpp569 const MCSection &SecA = SymA->getSection(); in recordRelocation() local
570 if (SecA.getKind().isText()) { in recordRelocation()
571 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation()
576 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h214 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local
215 bool IsCode = SecA.isText(); in processSubtractRelocation()
217 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
221 Addend -= SecA.getAddress(); in processSubtractRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp460 const MCSection &SecA = SA.getSection(); in handleAddSubRelocations() local
467 if (&SecA != &SecB) in handleAddSubRelocations()