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.cpp47 const MCSection &SecA = SymA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
50 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCExpr.cpp299 const MCSection &SecA = *FA->getParent(); in attemptToFoldSymbolOffsetDifference() local
301 if (&SecA != &SecB) in attemptToFoldSymbolOffsetDifference()
311 if (Layout && (InSet || !SecA.isLinkerRelaxable())) { in attemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp729 const MCSection &SecA = SA.getSection(); in isSymbolRefDifferenceFullyResolvedImpl() local
748 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
757 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp1332 const MCSectionELF *SecA = (SymA && SymA->isInSection()) in recordRelocation() local
1335 if (DwoOS && !checkRelocation(Fixup.getLoc(), &Section, SecA)) in recordRelocation()
1377 SymA = cast<MCSymbolELF>(SecA->getBeginSymbol()); in recordRelocation()
H A DWasmObjectWriter.cpp551 const MCSection &SecA = SymA->getSection(); in recordRelocation() local
552 if (SecA.isText()) { in recordRelocation()
553 auto SecSymIt = SectionFunctions.find(&SecA); in recordRelocation()
558 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.cpp466 const MCSection &SecA = SA.getSection(); in addReloc() local
478 if (&SecA != &SecB && &SecB == &SecCur && in addReloc()
485 if (&SecA == &SecB && !STI.hasFeature(LoongArch::FeatureRelax)) in addReloc()