Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp52 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
54 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCExpr.cpp618 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local
619 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
642 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
643 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp727 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
745 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
754 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp1357 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
1358 if (&SecB != &FixupSection) { in recordRelocation()
H A DWasmObjectWriter.cpp511 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
512 if (&SecB != &FixupSection) { in recordRelocation()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp464 const MCSection &SecB = SB.getSection(); in handleAddSubRelocations() local
470 if (&SecA != &SecB) in handleAddSubRelocations()