Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectWriter.cpp50 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
52 return &SecA == &SecB; in isSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp507 const MCSection &SecB = *SB.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local
509 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
515 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
516 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
DMachObjectWriter.cpp653 const MCSection &SecB = *FB.getParent(); in isSymbolRefDifferenceFullyResolvedImpl() local
671 if (!SA.isInSection() || &SecA != &SecB || in isSymbolRefDifferenceFullyResolvedImpl()
684 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in isSymbolRefDifferenceFullyResolvedImpl()
690 if (&SecA != &SecB) in isSymbolRefDifferenceFullyResolvedImpl()
DELFObjectWriter.cpp651 const MCSection &SecB = SymB.getSection(); in recordRelocation() local
652 if (&SecB != &FixupSection) { in recordRelocation()