Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp172 if (!ResolveConstantValue(value_apint, constant)) in EvaluateValue()
230 bool ResolveConstantValue(APInt &value, const Constant *constant) { in ResolveConstantValue() function in InterpreterStackFrame
265 return ResolveConstantValue(value, constant_expr->getOperand(0)); in ResolveConstantValue()
275 if (!ResolveConstantValue(value, base)) in ResolveConstantValue()
342 if (!ResolveConstantValue(resolved_value, constant)) in ResolveConstant()