Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectWriter.cpp47 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local
49 return &SecA == &SecB; in IsSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp482 const MCSectionData &SecB = *BD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local
484 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
490 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
491 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
DMachObjectWriter.cpp679 const MCSection &SecB = FB.getParent()->getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local
697 if (!SA.isInSection() || &SecA != &SecB || in IsSymbolRefDifferenceFullyResolvedImpl()
711 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in IsSymbolRefDifferenceFullyResolvedImpl()
720 if (&SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl()
DELFObjectWriter.cpp809 const MCSection &SecB = SymB.getSection(); in RecordRelocation() local
810 if (&SecB != &FixupSection->getSection()) in RecordRelocation()