Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp236 if (const Function *constant_func = dyn_cast<Function>(constant)) { in ResolveConstantValue() local
237 lldb_private::ConstString name(constant_func->getName()); in ResolveConstantValue()