Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectWriter.cpp51 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
53 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCExpr.cpp631 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local
633 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
645 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
646 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp691 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
709 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
722 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
728 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp1449 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
1450 if (&SecB != &FixupSection) { in recordRelocation()
H A DWasmObjectWriter.cpp516 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
517 if (&SecB != &FixupSection) { in recordRelocation()
/openbsd-src/gnu/llvm/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()