Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCObjectWriter.cpp76 const MCSection &SecA = DataA.getSymbol().AliasedSymbol().getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local
79 return &SecA == &SecB; in IsSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp329 const MCSectionData &SecA = *AD.getFragment()->getParent(); in AttemptToFoldSymbolOffsetDifference() local
332 if ((&SecA != &SecB) && !Addrs) in AttemptToFoldSymbolOffsetDifference()
338 if (Addrs && (&SecA != &SecB)) in AttemptToFoldSymbolOffsetDifference()
339 Addend += (Addrs->lookup(&SecA) - Addrs->lookup(&SecB)); in AttemptToFoldSymbolOffsetDifference()
DMachObjectWriter.cpp575 const MCSection &SecA = SA.getSection(); in IsSymbolRefDifferenceFullyResolvedImpl() local
589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl()