Home
last modified time | relevance | path

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

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