Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCFragment.cpp122 if (!S.getVariableValue()->evaluateAsValue(Target, Layout)) in getSymbolOffsetImpl()
168 if (!Expr->evaluateAsValue(Value, *this)) { in getBaseSymbol()
H A DMCExpr.cpp757 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() function in MCExpr
H A DMCAssembler.cpp356 if (!OF.getOffset().evaluateAsValue(Value, Layout)) { in computeFragmentSize()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCExpr.h127 bool evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const;