Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp817 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() function in MCExpr
H A DMCAssembler.cpp364 if (!OF.getOffset().evaluateAsValue(Value, Layout)) { in computeFragmentSize()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h127 bool evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const;