Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectWriter.cpp49 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
51 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCExpr.cpp627 const MCSection &SecB = *FB->getParent(); in AttemptToFoldSymbolOffsetDifference() local
629 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
641 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
642 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp690 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
708 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
721 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
727 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
H A DELFObjectWriter.cpp1440 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
1441 if (&SecB != &FixupSection) { in recordRelocation()
H A DWasmObjectWriter.cpp468 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
469 if (&SecB != &FixupSection) { in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h189 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo); in processSubtractRelocation() local
190 bool IsCode = SecB.isText(); in processSubtractRelocation()
192 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation()
196 Addend += SecB.getAddress(); in processSubtractRelocation()