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.cpp51 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
54 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCExpr.cpp617 const MCSection &SecA = *FA->getParent(); in AttemptToFoldSymbolOffsetDifference() local
619 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()
H A DELFObjectWriter.cpp1384 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local
1387 if (!checkRelocation(Ctx, Fixup.getLoc(), &FixupSection, SecA)) in recordRelocation()
1408 SecA ? cast<MCSymbolELF>(SecA->getBeginSymbol()) : nullptr; in recordRelocation()
H A DMachObjectWriter.cpp726 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
745 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
754 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
H A DWasmObjectWriter.cpp564 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()
/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.cpp463 const MCSection &SecA = SA.getSection(); in handleAddSubRelocations() local
470 if (&SecA != &SecB) in handleAddSubRelocations()