HomeSort by: relevance | last modified time | path
    Searched refs:evaluateAsValue (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCFragment.cpp 122 if (!S.getVariableValue()->evaluateAsValue(Target, Layout))
164 if (!Expr->evaluateAsValue(Value, *this)) {
MCExpr.cpp 774 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const {
MCAssembler.cpp 352 if (!OF.getOffset().evaluateAsValue(Value, Layout)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCExpr.h 127 bool evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const;

Completed in 23 milliseconds