Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCExpr.h112 bool evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const;
/NextBSD/contrib/llvm/lib/MC/
HDMCExpr.cpp603 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() function in MCExpr
HDMCAssembler.cpp182 if (!Expr->evaluateAsValue(Value, *this)) in getBaseSymbol()