Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/MC/
DMCExpr.cpp767 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection(); in FindAssociatedSection() local
771 if (LHS_S == MCSymbol::AbsolutePseudoSection) in FindAssociatedSection()
774 return LHS_S; in FindAssociatedSection()
777 return LHS_S ? LHS_S : RHS_S; in FindAssociatedSection()