Searched refs:SyExp (Results 1 – 1 of 1) sorted by relevance
48 if (auto SyExp = dyn_cast<MCSymbolRefExpr>(Expr)) { in getTargetSection() local49 if (SyExp->getSymbol().isInSection()) in getTargetSection()50 return &SyExp->getSymbol().getSection(); in getTargetSection()