Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DMCExpr.cpp589 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection(); in FindAssociatedSection() local
593 if (LHS_S == MCSymbol::AbsolutePseudoSection) in FindAssociatedSection()
596 return LHS_S; in FindAssociatedSection()
599 return LHS_S ? LHS_S : RHS_S; in FindAssociatedSection()