Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp256 if (!OF.getOffset().evaluateAsValue(Value, *this)) { in computeFragmentSize()
386 if (!S.getVariableValue()->evaluateAsValue(Target, Asm)) in getSymbolOffsetImpl()
433 if (!Expr->evaluateAsValue(Value, *this)) { in getBaseSymbol()
H A DMCExpr.cpp462 bool MCExpr::evaluateAsValue(MCValue &Res, const MCAssembler &Asm) const { in evaluateAsValue() function in MCExpr
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h126 LLVM_ABI bool evaluateAsValue(MCValue &Res, const MCAssembler &Asm) const;