Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectWriter.cpp53 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local
55 return &SecA == &SecB; in IsSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp357 const MCSectionData &SecB = *BD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local
359 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
365 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
366 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
DMachObjectWriter.cpp590 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local
607 if (!SA.isInSection() || &SecA != &SecB || in IsSymbolRefDifferenceFullyResolvedImpl()
621 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in IsSymbolRefDifferenceFullyResolvedImpl()