Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp49 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCExpr.cpp624 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local
625 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
651 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
652 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp689 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
707 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
716 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp1460 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
1461 if (&SecB != &FixupSection) { in recordRelocation()
H A DWasmObjectWriter.cpp516 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
517 if (&SecB != &FixupSection) { in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h188 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local
189 bool IsCode = SecB.isText(); in processSubtractRelocation()
191 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()
195 Addend += SecB.getAddress(); in processSubtractRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp461 const MCSection &SecB = SB.getSection(); in handleAddSubRelocations() local
467 if (&SecA != &SecB) in handleAddSubRelocations()