Searched refs:evaluateAsValue (Results 1 – 3 of 3) sorted by relevance
112 bool evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const;
603 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() function in MCExpr
182 if (!Expr->evaluateAsValue(Value, *this)) in getBaseSymbol()