Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRExecutionUnit.cpp344 void *fun_ptr = m_execution_engine_ap->getPointerToFunction(&function); in GetRunnableInfo() local
351 if (!fun_ptr) { in GetRunnableInfo()
359 function.getName().str().c_str(), external, (lldb::addr_t)fun_ptr)); in GetRunnableInfo()