Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp83 if (!getSubExpr()->evaluateAsValue(AUIPCLoc, *Layout)) in evaluatePCRelLo()
105 if (!TargetFixup->getValue()->evaluateAsValue(Target, *Layout)) in evaluatePCRelLo()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCFragment.cpp104 if (!S.getVariableValue()->evaluateAsValue(Target, Layout)) in getSymbolOffsetImpl()
146 if (!Expr->evaluateAsValue(Value, *this)) { in getBaseSymbol()
H A DMCExpr.cpp655 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const { in evaluateAsValue() function in MCExpr
H A DMCAssembler.cpp340 if (!OF.getOffset().evaluateAsValue(Value, Layout)) { in computeFragmentSize()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCExpr.h119 bool evaluateAsValue(MCValue &Res, const MCAsmLayout &Layout) const;