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

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

Completed in 140 milliseconds