Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCObjectWriter.cpp51 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
54 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
HDMCExpr.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()
HDELFObjectWriter.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()
HDMachObjectWriter.cpp726 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
745 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
754 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
HDWasmObjectWriter.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-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOX86_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-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchAsmBackend.cpp463 const MCSection &SecA = SA.getSection(); in handleAddSubRelocations() local
470 if (&SecA != &SecB) in handleAddSubRelocations()